Commit db6104c7 authored by Juho Vähä-Herttua's avatar Juho Vähä-Herttua Committed by Jean-Baptiste Kempf

Qt: Remove an ifdef, no one knows what it should be doing

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 15f19b6e
......@@ -101,11 +101,7 @@ class QVLCTools
class QVLCFrame : public QWidget
{
public:
#ifdef __APPLE__
QVLCFrame( intf_thread_t *_p_intf ) : QWidget( NULL, Qt::Window ), p_intf( _p_intf )
#else
QVLCFrame( intf_thread_t *_p_intf ) : QWidget( NULL ), p_intf( _p_intf )
#endif
{};
virtual ~QVLCFrame() {};
......
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