[vlc-commits] commit: Qt: Remove an ifdef, no one knows what it should be doing ( Juho Vähä-Herttua )

git at videolan.org git at videolan.org
Thu Jul 29 22:33:50 CEST 2010


vlc | branch: master | Juho Vähä-Herttua <juhovh at iki.fi> | Thu Jul 29 23:22:31 2010 +0300| [db6104c7f94c9da5a3dbcfcda5a03757d32d51fa] | committer: Jean-Baptiste Kempf 

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

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=db6104c7f94c9da5a3dbcfcda5a03757d32d51fa
---

 modules/gui/qt4/util/qvlcframe.hpp |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/modules/gui/qt4/util/qvlcframe.hpp b/modules/gui/qt4/util/qvlcframe.hpp
index 6bb960f..ec968b6 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()   {};
 



More information about the vlc-commits mailing list