[vlc-commits] qt: FSC: Remove duplicated assignment
Hugo Beauzée-Luyssen
git at videolan.org
Wed Mar 21 09:56:55 CET 2018
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Mar 20 15:48:18 2018 +0100| [dfa7c93f9c07a9dcddd2d49f8a86fed48953b8d8] | committer: Hugo Beauzée-Luyssen
qt: FSC: Remove duplicated assignment
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dfa7c93f9c07a9dcddd2d49f8a86fed48953b8d8
---
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 ) );
}
More information about the vlc-commits
mailing list