suppressed reference to smplayer/qcheckers

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@976 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2009-02-02 12:41:20 +00:00
parent 956f430337
commit a9aeb86dbf

View File

@ -46,7 +46,7 @@
#include "HelpDialog.h" #include "HelpDialog.h"
#include "games/qbackgammon/bgwindow.h" #include "games/qbackgammon/bgwindow.h"
#include "smplayer.h" //#include "smplayer.h"
#include "statusbar/peerstatus.h" #include "statusbar/peerstatus.h"
#include "Preferences/PreferencesWindow.h" #include "Preferences/PreferencesWindow.h"
@ -740,9 +740,10 @@ void MainWindow::startgammon()
void MainWindow::startqcheckers() void MainWindow::startqcheckers()
{ {
#if 0
myTopLevel* top = new myTopLevel(); myTopLevel* top = new myTopLevel();
top->show(); top->show();
#endif
} }