[vlc-devel] [PATCH 7/9] Qt: spref, remove DirectX DisplayDevice preference

Pierre Lamot pierre at videolabs.io
Tue Dec 19 11:56:56 CET 2017


---
 modules/gui/qt/components/simple_preferences.cpp |  2 --
 modules/gui/qt/ui/sprefs_video.ui                | 14 --------------
 2 files changed, 16 deletions(-)

diff --git a/modules/gui/qt/components/simple_preferences.cpp b/modules/gui/qt/components/simple_preferences.cpp
index 8d4c66e8d8..74b1903aeb 100644
--- a/modules/gui/qt/components/simple_preferences.cpp
+++ b/modules/gui/qt/components/simple_preferences.cpp
@@ -362,8 +362,6 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
             CONFIG_GENERIC( "vout", StringList, ui.voutLabel, outputModule );
 
 #ifdef _WIN32
-            CONFIG_GENERIC( "directx-device", StringList, ui.dxDeviceLabel,
-                            dXdisplayDevice );
             CONFIG_BOOL( "directx-overlay", overlay );
             CONFIG_BOOL( "directx-hw-yuv", hwYUVBox );
             CONNECT( ui.overlay, toggled( bool ), ui.hwYUVBox, setEnabled( bool ) );
diff --git a/modules/gui/qt/ui/sprefs_video.ui b/modules/gui/qt/ui/sprefs_video.ui
index 8ae654483f..0f772b1ca5 100644
--- a/modules/gui/qt/ui/sprefs_video.ui
+++ b/modules/gui/qt/ui/sprefs_video.ui
@@ -100,19 +100,6 @@
            </property>
           </widget>
          </item>
-         <item row="3" column="0">
-          <widget class="QLabel" name="dxDeviceLabel">
-           <property name="text">
-            <string>Display device</string>
-           </property>
-           <property name="buddy">
-            <cstring>dXdisplayDevice</cstring>
-           </property>
-          </widget>
-         </item>
-         <item row="3" column="1">
-          <widget class="QComboBox" name="dXdisplayDevice"/>
-         </item>
         </layout>
        </widget>
       </item>
@@ -317,7 +304,6 @@
   <tabstop>enableVideo</tabstop>
   <tabstop>fullscreen</tabstop>
   <tabstop>outputModule</tabstop>
-  <tabstop>dXdisplayDevice</tabstop>
   <tabstop>kvaFixT23</tabstop>
   <tabstop>kvaVideoMode</tabstop>
   <tabstop>deinterlaceBox</tabstop>
-- 
2.14.1



More information about the vlc-devel mailing list