vlc | branch: master | Thomas Guillem <[email protected]> | 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> _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
