From: Chris Tallon Date: Sun, 4 Mar 2007 12:48:00 +0000 (+0000) Subject: Take out the pre-commands X-Git-Tag: r0-2-6b-f1~20 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=1e44a2ee392faebf7037657b50334d1c7b0adb7c;p=vompclient.git Take out the pre-commands --- diff --git a/command.cc b/command.cc index b6f0977..e3e2e45 100644 --- a/command.cc +++ b/command.cc @@ -775,9 +775,9 @@ void Command::doJustConnected(VConnect* vconnect) viewman->updateView(vw); // Enter pre-keys here - handleCommand(Remote::THREE); - handleCommand(Remote::UP); - handleCommand(Remote::PLAY); +// handleCommand(Remote::THREE); +// handleCommand(Remote::UP); +// handleCommand(Remote::PLAY); // handleCommand(Remote::DOWN); // handleCommand(Remote::DOWN); // handleCommand(Remote::DOWN);