qtui: Refactor the system tray implementations
[quassel.git] / src / qtui / mainwin.cpp
index 39b1f38..07c47a4 100644 (file)
@@ -1149,7 +1149,6 @@ void MainWin::setupSystray()
 #else
     _systemTray = new SystemTray(this); // dummy
 #endif
-    _systemTray->init();
 }