Commit ebb7f49b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Eliminate dead code

parent 55d09264
......@@ -53,17 +53,8 @@ public:
emit app->quitSignal();
}
#if defined (Q_WS_X11)
QVLCApp( Display *dp, int & argc, char ** argv )
: QApplication( dp, argc, argv )
{
connect( this, SIGNAL(quitSignal()), this, SLOT(quit()) );
}
#endif
signals:
void quitSignal();
};
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment