]> git.sesse.net Git - vlc/commitdiff
Qt: small simplification
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 20 May 2011 16:21:21 +0000 (18:21 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 20 May 2011 16:22:31 +0000 (18:22 +0200)
modules/gui/qt4/main_interface.cpp

index 38a4258e797e4ec8518ec4c827355a9209ab5b2d..1c67e02036f4fc778936e6d3b12bd0c59857b497 100644 (file)
@@ -562,7 +562,7 @@ void MainInterface::toggleFSC()
 {
    if( !fullscreenControls ) return;
 
-   IMEvent *eShow = new IMEvent( FullscreenControlToggle_Type, 0 );
+   IMEvent *eShow = new IMEvent( FullscreenControlToggle_Type );
    QApplication::postEvent( fullscreenControls, eShow );
 }