From 1312fde470ea8fb8298cf6ceded3cbd815836e52 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sun, 12 Nov 2023 01:46:23 +0100 Subject: [PATCH] Cleanup code --- src/controller.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/controller.cpp b/src/controller.cpp index 203f4f25a..7e89d54c9 100644 --- a/src/controller.cpp +++ b/src/controller.cpp @@ -320,8 +320,6 @@ void Controller::setQuitOnLastWindowClosed() m_trayIcon = nullptr; } } -#else - return; #endif }