Whitespace cleanups and replaceing a functon from XMMSHandler by one in xplayback
This commit is contained in:
parent
8dc34b1759
commit
6af763a954
8 changed files with 33 additions and 19 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue