[vlc-devel] [PATCH 3/3] Qt: Remove an ifdef, no one knows what it should be doing
Juho Vähä-Herttua
juhovh at iki.fi
Thu Jul 29 22:22:31 CEST 2010
---
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() {};
--
1.6.5.7
More information about the vlc-devel
mailing list