]> git.sesse.net Git - vlc/commitdiff
No need to have overlay twice in the preferences
authorChristophe Mutricy <xtophe@videolan.org>
Thu, 29 Nov 2007 22:30:34 +0000 (22:30 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 29 Nov 2007 22:30:34 +0000 (22:30 +0000)
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/ui/sprefs_video.ui

index 90eb29630b1cf0472479cfdb6804f1e1e9225fb8..612df81e5ef07537460f5fe6b137a26b0da51a69 100644 (file)
@@ -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
index 99d794b133edd558a4be36fb1dafcfa044537fab..f2881371d3649a431cbbcda626313d1660f60ac0 100644 (file)
         </property>
        </widget>
       </item>
-      <item row="2" column="2" >
-       <widget class="QCheckBox" name="overlay" >
-        <property name="text" >
-         <string>_("Overlay")</string>
-        </property>
-        <property name="checked" >
-         <bool>true</bool>
-        </property>
-       </widget>
-      </item>
      </layout>
     </widget>
    </item>