vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Tue Mar 20 15:48:18 2018 +0100| [d2b859a0d3bab6349fa40d86a76d18d142f0d1aa] | committer: Hugo Beauzée-Luyssen
qt: FSC: Remove duplicated assignment (cherry picked from commit dfa7c93f9c07a9dcddd2d49f8a86fed48953b8d8) Signed-off-by: Hugo Beauzée-Luyssen <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=d2b859a0d3bab6349fa40d86a76d18d142f0d1aa --- modules/gui/qt/components/controller.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/gui/qt/components/controller.cpp b/modules/gui/qt/components/controller.cpp index 0ed1c65aeb..bcbf6f71e9 100644 --- a/modules/gui/qt/components/controller.cpp +++ b/modules/gui/qt/components/controller.cpp @@ -850,7 +850,6 @@ FullscreenControllerWidget::FullscreenControllerWidget( intf_thread_t *_p_i, QWi previousPosition = getSettings()->value( "FullScreen/pos" ).toPoint(); screenRes = getSettings()->value( "FullScreen/screen" ).toRect(); isWideFSC = getSettings()->value( "FullScreen/wide" ).toBool(); - i_screennumber = -1; CONNECT( this, fullscreenChanged( bool ), THEMIM, changeFullscreen( bool ) ); } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
