From: Christophe Mutricy Date: Thu, 29 Nov 2007 22:30:34 +0000 (+0000) Subject: No need to have overlay twice in the preferences X-Git-Tag: 0.9.0-test0~4317 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=68324dd8752c0ecd1970b91a3a74404dd11bea5e;p=vlc No need to have overlay twice in the preferences --- diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index 90eb29630b..612df81e5e 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -170,7 +170,6 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, CONFIG_GENERIC( "video-on-top", Bool, NULL, alwaysOnTop ); CONFIG_GENERIC( "video-deco", Bool, NULL, windowDecorations ); CONFIG_GENERIC( "skip-frames" , Bool, NULL, skipFrames ); - CONFIG_GENERIC( "overlay", Bool, NULL, overlay ); CONFIG_GENERIC( "vout", Module, NULL, outputModule ); #ifdef WIN32 diff --git a/modules/gui/qt4/ui/sprefs_video.ui b/modules/gui/qt4/ui/sprefs_video.ui index 99d794b133..f2881371d3 100644 --- a/modules/gui/qt4/ui/sprefs_video.ui +++ b/modules/gui/qt4/ui/sprefs_video.ui @@ -102,16 +102,6 @@ - - - - _("Overlay") - - - true - - -