From: Chris Tallon Date: Fri, 5 May 2006 21:47:44 +0000 (+0000) Subject: Remove manual sync buttons X-Git-Tag: r0-2-2b~18 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=f6133c1114302bd2bbefd75027f0e8df5ff8fe3e;p=vompclient.git Remove manual sync buttons --- diff --git a/vvideolive.cc b/vvideolive.cc index 63e2233..026f842 100644 --- a/vvideolive.cc +++ b/vvideolive.cc @@ -68,17 +68,6 @@ int VVideoLive::handleCommand(int command) { switch(command) { - case Remote::PLAY: - { - if (!unavailable) player->play(); // do resync - return 2; - } - case Remote::PAUSE: - { - if (!unavailable) player->resyncAudio(); // do resync2 - return 2; - } - case Remote::STOP: case Remote::BACK: case Remote::MENU: