[vlc-commits] Qt: VideoWidget: remove unimplemented method

Francois Cartegnie git at videolan.org
Fri Apr 5 00:29:55 CEST 2013


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Apr  5 00:27:49 2013 +0200| [4e5004f541ef6d2cb5474c89c3c73e3df4a1bca0] | committer: Francois Cartegnie

Qt: VideoWidget: remove unimplemented method

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

 modules/gui/qt4/components/interface_widgets.hpp |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/gui/qt4/components/interface_widgets.hpp b/modules/gui/qt4/components/interface_widgets.hpp
index 27d9873..d4be935 100644
--- a/modules/gui/qt4/components/interface_widgets.hpp
+++ b/modules/gui/qt4/components/interface_widgets.hpp
@@ -61,7 +61,6 @@ public:
 
     WId request( int *, int *, unsigned int *, unsigned int *, bool );
     void  release( void );
-    int   control( void *, int, va_list );
     void  sync( void );
 
 protected:



More information about the vlc-commits mailing list