Commit 221eb62e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix comments

parent ff995de9
...@@ -84,7 +84,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf ) ...@@ -84,7 +84,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
inputC = NULL; inputC = NULL;
b_hideAfterCreation = false; // --qt-start-minimized b_hideAfterCreation = false; // --qt-start-minimized
playlistVisible = false; // FIXME remove playlistVisible = false;
input_name = ""; input_name = "";
i_bg_height = 0; i_bg_height = 0;
...@@ -300,10 +300,10 @@ MainInterface::~MainInterface() ...@@ -300,10 +300,10 @@ MainInterface::~MainInterface()
CoUninitialize(); CoUninitialize();
#endif #endif
/* Be sure to kill the actionsManager... FIXME */ /* Be sure to kill the actionsManager... Only used in the MI and control */
ActionsManager::killInstance(); ActionsManager::killInstance();
/* Idem, FIXME */ /* Idem */
ExtensionsManager::killInstance(); ExtensionsManager::killInstance();
/* Delete the FSC controller */ /* Delete the FSC controller */
...@@ -340,7 +340,6 @@ MainInterface::~MainInterface() ...@@ -340,7 +340,6 @@ MainInterface::~MainInterface()
void MainInterface::recreateToolbars() void MainInterface::recreateToolbars()
{ {
// FIXME: do the same for the FSC // FIXME: do the same for the FSC
//msg_Dbg( p_intf, "Recreating the toolbars" );
settings->beginGroup( "MainWindow" ); settings->beginGroup( "MainWindow" );
delete controls; delete controls;
delete inputC; delete inputC;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment