]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/main_interface.cpp
qt4: cleaning the singletons implementation.
[vlc] / modules / gui / qt4 / main_interface.cpp
index 4d2b622cf9bcd7d329e4e7d3b8dd173ca5b59bf0..6a8947939208472c93ddb0a7b037d9a2003a48f9 100644 (file)
@@ -291,7 +291,7 @@ MainInterface::~MainInterface()
     ActionsManager::killInstance();
 
     /* Delete the FSC controller */
-    if( fullscreenControls ) delete fullscreenControls;
+    delete fullscreenControls;
 
     /* Save states */
     settings->beginGroup( "MainWindow" );