]> git.sesse.net Git - vlc/commitdiff
Qt: fix comments
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 19 Mar 2010 16:37:02 +0000 (17:37 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 19 Mar 2010 16:37:02 +0000 (17:37 +0100)
modules/gui/qt4/main_interface.cpp

index f9684a3ab90bb52cbc04899da982e0f8c16210aa..1d07841ecaac740e12f48bd6e89f90120fab7aa9 100644 (file)
@@ -84,7 +84,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
     inputC               = NULL;
 
     b_hideAfterCreation  = false; // --qt-start-minimized
-    playlistVisible      = false; // FIXME remove
+    playlistVisible      = false;
     input_name           = "";
     i_bg_height          = 0;
 
@@ -300,10 +300,10 @@ MainInterface::~MainInterface()
     CoUninitialize();
 #endif
 
-    /* Be sure to kill the actionsManager... FIXME */
+    /* Be sure to kill the actionsManager... Only used in the MI and control */
     ActionsManager::killInstance();
 
-    /* Idem, FIXME */
+    /* Idem */
     ExtensionsManager::killInstance();
 
     /* Delete the FSC controller */
@@ -340,7 +340,6 @@ MainInterface::~MainInterface()
 void MainInterface::recreateToolbars()
 {
     // FIXME: do the same for the FSC
-    //msg_Dbg( p_intf, "Recreating the toolbars" );
     settings->beginGroup( "MainWindow" );
     delete controls;
     delete inputC;