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

@ -69,7 +69,9 @@ XPlayback::next ()
m_client->playback ()->tickle ();
}
/*
* Seeking
*/
void
XPlayback::seekMs (uint milliseconds)
{
@ -85,4 +87,3 @@ XPlayback::seekMsRel (int milliseconds)
m_client->playback ()->seekMsRel (milliseconds);
}