Commit 7989f86c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove the Qt4 video widget

parent b95136f6
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment