]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/interface_widgets.hpp
Qt4 - Clean more.
[vlc] / 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 );
 };