]> git.sesse.net Git - vlc/commitdiff
Qt: Remove an ifdef, no one knows what it should be doing
authorJuho Vähä-Herttua <juhovh@iki.fi>
Thu, 29 Jul 2010 20:22:31 +0000 (23:22 +0300)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 29 Jul 2010 20:34:19 +0000 (22:34 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt4/util/qvlcframe.hpp

index 6bb960fccce5f7ffb98a734aca0c72b57bc90f3d..ec968b64d383935018de93a09acd6824337b1ec9 100644 (file)
@@ -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()   {};