From 17f0688db50eff1b09324c4899176f1db14da93c Mon Sep 17 00:00:00 2001 From: Thijs Wenker Date: Thu, 3 Mar 2016 19:18:47 +0100 Subject: [PATCH] removed stray traybar icon --- interface/src/MainWindow.cpp | 1 - interface/src/MainWindow.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/interface/src/MainWindow.cpp b/interface/src/MainWindow.cpp index 34e1638e94..16aedc4bb7 100644 --- a/interface/src/MainWindow.cpp +++ b/interface/src/MainWindow.cpp @@ -31,7 +31,6 @@ MainWindow::MainWindow(QWidget* parent) : _windowState("WindowState", 0) { setAcceptDrops(true); - _trayIcon.show(); } void MainWindow::restoreGeometry() { diff --git a/interface/src/MainWindow.h b/interface/src/MainWindow.h index 6a401cf2b7..eb262e0f97 100644 --- a/interface/src/MainWindow.h +++ b/interface/src/MainWindow.h @@ -13,7 +13,6 @@ #define __hifi__MainWindow__ #include -#include #include @@ -43,7 +42,6 @@ protected: private: Setting::Handle _windowGeometry; Setting::Handle _windowState; - QSystemTrayIcon _trayIcon; }; #endif /* defined(__hifi__MainWindow__) */