Whitespace cleanups and replaceing a functon from XMMSHandler by one in xplayback

This commit is contained in:
Thomas Frauendorfer 2008-02-17 08:12:30 +01:00
parent 8dc34b1759
commit 6af763a954
8 changed files with 33 additions and 19 deletions

View file

@ -273,8 +273,3 @@ XMMSHandler::volume_get (const Xmms::Dict &levels)
}
void XMMSHandler::playlistClear ()
{
m_client->playlist.clear () ();
}