[vlc-devel] commit: Remove the Qt4 video widget ( Rémi Denis-Courmont )

git version control git at videolan.org
Thu Oct 30 20:15:54 CET 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Thu Oct 30 21:15:43 2008 +0200| [7989f86c90d0a65ff82e790a6a88729575a2669f] | committer: Rémi Denis-Courmont 

Remove the Qt4 video widget

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

 modules/gui/qt4/qt4.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index fac61dc..27c5c9c 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -223,10 +223,11 @@ vlc_module_begin ()
         set_capability( "dialogs provider", 51 )
 
         set_callbacks( OpenDialogs, Close )
-
+#if 0 /* this is totally broken */
     add_submodule ()
         set_capability( "vout window", 50 )
         set_callbacks( WindowOpen, WindowClose )
+#endif
 vlc_module_end ()
 
 /* Ugly, but the Qt4 interface assumes single instance anyway */




More information about the vlc-devel mailing list