From: Chris Tallon Date: Thu, 10 Nov 2005 22:08:49 +0000 (+0000) Subject: Cleanup X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=2563299c9831b3642f60e322114e98f4cdb57447;p=vompclient-marten.git Cleanup --- diff --git a/command.cc b/command.cc index a200193..c43e912 100644 --- a/command.cc +++ b/command.cc @@ -434,22 +434,4 @@ void Command::doJustConnected(VConnect* vconnect) vw->draw(); vw->show(); viewman->add(vw); -// viewman->redrawAll(); - -/* - handleCommand(Remote::DOWN); - handleCommand(Remote::DOWN); - handleCommand(Remote::OK); - handleCommand(Remote::DOWN); - handleCommand(Remote::DOWN); - handleCommand(Remote::DOWN); - handleCommand(Remote::OK); - handleCommand(Remote::OK); - handleCommand(Remote::UP); - handleCommand(Remote::OK); - handleCommand(Remote::DF_LEFT); - handleCommand(Remote::OK); - handleCommand(Remote::BACK); - */ - } diff --git a/viewman.cc b/viewman.cc index 6619f5b..703788f 100644 --- a/viewman.cc +++ b/viewman.cc @@ -367,8 +367,6 @@ void ViewMan::removeAll() delete views[numViews-1]; } -// Surface::bufferToScreen(); - resetThread(); pthread_mutex_unlock(&viewManLock); }