[vlc-commits] qt: remove "Black Slot" puzzle option

Thomas Guillem git at videolan.org
Mon May 29 16:20:52 CEST 2017


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon May 29 16:17:33 2017 +0200| [b80e7034c3f2de2d296056b0adc070ad32f65f7f] | committer: Thomas Guillem

qt: remove "Black Slot" puzzle option

This option had been removed from the filter module in 2013, see
4b4f62a0e0114a638d3234db81bd02b1513a39d6.

Fixes #15418

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b80e7034c3f2de2d296056b0adc070ad32f65f7f
---

 modules/gui/qt/components/extended_panels.cpp | 1 -
 modules/gui/qt/ui/video_effects.ui            | 8 --------
 2 files changed, 9 deletions(-)

diff --git a/modules/gui/qt/components/extended_panels.cpp b/modules/gui/qt/components/extended_panels.cpp
index d8c0f514ac..df6ed3b14d 100644
--- a/modules/gui/qt/components/extended_panels.cpp
+++ b/modules/gui/qt/components/extended_panels.cpp
@@ -157,7 +157,6 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QTabWidget *_parent ) :
     SETUP_VFILTER( puzzle )
     SETUP_VFILTER_OPTION( puzzleRowsSpin, valueChanged( int ) )
     SETUP_VFILTER_OPTION( puzzleColsSpin, valueChanged( int ) )
-    SETUP_VFILTER_OPTION( puzzleBlackSlotCheck, stateChanged( int ) )
 
     SETUP_VFILTER( magnify )
 
diff --git a/modules/gui/qt/ui/video_effects.ui b/modules/gui/qt/ui/video_effects.ui
index 78b20f1ebd..b59bd298c5 100644
--- a/modules/gui/qt/ui/video_effects.ui
+++ b/modules/gui/qt/ui/video_effects.ui
@@ -931,13 +931,6 @@
          </property>
         </widget>
        </item>
-       <item row="2" column="0" colspan="2">
-        <widget class="QCheckBox" name="puzzleBlackSlotCheck">
-         <property name="text">
-          <string>Black Slot</string>
-         </property>
-        </widget>
-       </item>
       </layout>
      </widget>
     </item>
@@ -1698,7 +1691,6 @@
   <tabstop>transformTypeCombo</tabstop>
   <tabstop>puzzleRowsSpin</tabstop>
   <tabstop>puzzleColsSpin</tabstop>
-  <tabstop>puzzleBlackSlotCheck</tabstop>
   <tabstop>colorthresEnable</tabstop>
   <tabstop>colorthresColorText</tabstop>
   <tabstop>colorthresSaturationthresSlider</tabstop>



More information about the vlc-commits mailing list