From db6104c7f94c9da5a3dbcfcda5a03757d32d51fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Juho=20V=C3=A4h=C3=A4-Herttua?= Date: Thu, 29 Jul 2010 23:22:31 +0300 Subject: [PATCH] Qt: Remove an ifdef, no one knows what it should be doing Signed-off-by: Jean-Baptiste Kempf --- modules/gui/qt4/util/qvlcframe.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/gui/qt4/util/qvlcframe.hpp b/modules/gui/qt4/util/qvlcframe.hpp index 6bb960fccc..ec968b64d3 100644 --- a/modules/gui/qt4/util/qvlcframe.hpp +++ b/modules/gui/qt4/util/qvlcframe.hpp @@ -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() {}; -- 2.39.2