From d2aa4ff2bd18a451b21736986c6ac8eb31168f3f Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Tue, 1 Jun 2021 23:16:04 +0200 Subject: [PATCH] Remove duplicate line --- src/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 1532b9ab4..80aeca95a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -282,11 +282,7 @@ int main(int argc, char* argv[]) { QNetworkProxyFactory::setApplicationProxyFactory(NetworkProxyFactory::Instance()); // Create the tray icon and OSD -#ifdef Q_OS_MACOS std::shared_ptr tray_icon(new SystemTrayIcon); -#else - std::shared_ptr tray_icon(new SystemTrayIcon); -#endif #if defined(Q_OS_MACOS) OSDMac osd(tray_icon, &app);