]> git.vomp.tv Git - vompclient.git/commitdiff
Got rid of printf line
authorChris Tallon <chris@vomp.tv>
Thu, 8 Sep 2005 21:27:20 +0000 (21:27 +0000)
committerChris Tallon <chris@vomp.tv>
Thu, 8 Sep 2005 21:27:20 +0000 (21:27 +0000)
voptions.cc

index c7a6bb3b88ebf10c621539d6595d508d7bbf79f3..eacc6c3e1fec23a6bf3f224af5708b84a58895a7 100644 (file)
@@ -286,8 +286,6 @@ void VOptions::doSave()
   else
     Video::getInstance()->setConnection(Video::COMPOSITERGB);
 
-  printf("here\n");
-
   if (!strcmp(aspect, "16:9"))
     Video::getInstance()->setAspectRatio(Video::ASPECT16X9);
   else