From 75adb51903e7a81aab1e482fa96b953e4110f9cf Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Fri, 5 Sep 2008 02:24:33 +0200 Subject: [PATCH] Revert "Add option to disable embedded video in the simple prefs." Already available in the interface sprefs. This reverts commit c1a144df34204a213648092615d01a113e9af076. --- .../gui/qt4/components/simple_preferences.cpp | 1 - modules/gui/qt4/ui/sprefs_video.ui | 17 +++-------------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index 74fa6f48d9..dd6ea8d572 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -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 diff --git a/modules/gui/qt4/ui/sprefs_video.ui b/modules/gui/qt4/ui/sprefs_video.ui index 9013119a4c..bcb785368b 100644 --- a/modules/gui/qt4/ui/sprefs_video.ui +++ b/modules/gui/qt4/ui/sprefs_video.ui @@ -6,7 +6,7 @@ 0 0 - 526 + 408 513 @@ -69,10 +69,10 @@ - + - + _("Output") @@ -105,13 +105,6 @@ - - - - _("Embedded video") - - - @@ -148,10 +141,6 @@ - dXdisplayDevice - label_5 - wallpaperMode - displayBox -- GitLab