]> git.sesse.net Git - vlc/commitdiff
Qt4 - Clean more.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 23 Dec 2007 01:22:20 +0000 (01:22 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 23 Dec 2007 01:22:20 +0000 (01:22 +0000)
modules/gui/qt4/components/interface_widgets.hpp

index f65c0ebdd0ff4cbd35f5a990fcbc2a1603aeb19b..4e2f9c6e011ef56e326d2f384ffc51c937776e79 100644 (file)
@@ -55,15 +55,15 @@ public:
     void release( void * );
     int control( void *, int, va_list );
 
-    int i_video_height, i_video_width;
-    vout_thread_t *p_vout;
-
 private:
     intf_thread_t *p_intf;
     vlc_mutex_t lock;
+    vout_thread_t *p_vout;
+
 signals:
-    void askResize();
+    //void askResize();
     void askVideoWidgetToShow();
+
 public slots:
     void SetSizing( unsigned int, unsigned int );
 };