Commit 9ec8ae16 authored by Antoine Cellerier's avatar Antoine Cellerier

Revert "Add option to disable embedded video in the simple prefs."

Already available in the interface sprefs.
This reverts commit 1abb581f.
parent 1abb581f
......@@ -188,7 +188,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( "embedded-video", Bool, NULL, embeddedVideo );
CONFIG_GENERIC( "vout", Module, NULL, outputModule );
#ifdef WIN32
......
......@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>526</width>
<width>408</width>
<height>513</height>
</rect>
</property>
......@@ -69,10 +69,10 @@
</property>
</widget>
</item>
<item row="4" column="1" colspan="2" >
<item row="3" column="1" colspan="2" >
<widget class="QComboBox" name="outputModule" />
</item>
<item row="4" column="0" >
<item row="3" column="0" >
<widget class="QLabel" name="label_4" >
<property name="text" >
<string>_("Output")</string>
......@@ -105,13 +105,6 @@
</property>
</widget>
</item>
<item row="2" column="2" >
<widget class="QCheckBox" name="embeddedVideo" >
<property name="text" >
<string>_("Embedded video")</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
......@@ -148,10 +141,6 @@
</widget>
</item>
</layout>
<zorder>dXdisplayDevice</zorder>
<zorder>label_5</zorder>
<zorder>wallpaperMode</zorder>
<zorder>displayBox</zorder>
</widget>
</item>
<item>
......
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