]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/util/qvlcframe.hpp
Qt: Remove an ifdef, no one knows what it should be doing
[vlc] / 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()   {};