mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-18 12:24:22 -05:00
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:
parent
956f430337
commit
a9aeb86dbf
@ -46,7 +46,7 @@
|
||||
#include "HelpDialog.h"
|
||||
|
||||
#include "games/qbackgammon/bgwindow.h"
|
||||
#include "smplayer.h"
|
||||
//#include "smplayer.h"
|
||||
|
||||
#include "statusbar/peerstatus.h"
|
||||
#include "Preferences/PreferencesWindow.h"
|
||||
@ -740,9 +740,10 @@ void MainWindow::startgammon()
|
||||
|
||||
void MainWindow::startqcheckers()
|
||||
{
|
||||
#if 0
|
||||
myTopLevel* top = new myTopLevel();
|
||||
top->show();
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user