generic-pc: remove unused stuff from playback.h header

This commit is contained in:
Stefan Seyfried
2013-11-01 20:47:31 +01:00
parent cc973092ed
commit 9563559afb
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ bool cPlayback::SelectSubtitles(int pid)
bool cPlayback::SetSpeed(int speed)
{
printf("%s:%s playing %d speed %d\n", FILENAME, __func__, playing, speed);
printf("%s:%s speed %d\n", FILENAME, __func__, speed);
return true;
}