]> git.vomp.tv Git - vompclient.git/commitdiff
Remove manual sync buttons
authorChris Tallon <chris@vomp.tv>
Fri, 5 May 2006 21:47:44 +0000 (21:47 +0000)
committerChris Tallon <chris@vomp.tv>
Fri, 5 May 2006 21:47:44 +0000 (21:47 +0000)
vvideolive.cc

index 63e2233a8cb11333ad2a30416f168ddec5efae6c..026f842a883a0a69bd49154d4accaf173fd6ce11 100644 (file)
@@ -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: