suppressed reference to smplayer/qcheckers

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

View File

@ -303,6 +303,7 @@ void ApplicationWindow::loadStyleSheet(const QString &sheetName)
/** Shows smplayer */
void ApplicationWindow::showsmplayer()
{
#if 0
static SMPlayer * smplayer = 0;
if (smplayer == 0) {
@ -310,5 +311,6 @@ void ApplicationWindow::showsmplayer()
}
smplayer->gui()->show();
#endif
}