[QT] some mac specifiy cleanup (memory handling, unnecessary code)

This commit is contained in:
Jonas Schnelli
2015-03-13 15:40:53 +01:00
parent 89e70e931d
commit 8b60808c1e
3 changed files with 7 additions and 10 deletions

View File

@@ -237,7 +237,7 @@ BitcoinGUI::~BitcoinGUI()
trayIcon->hide();
#ifdef Q_OS_MAC
delete appMenuBar;
MacDockIconHandler::instance()->setMainWindow(NULL);
MacDockIconHandler::cleanup();
#endif
delete rpcConsole;