Remove dead code

Leftover from the system tray code refactoring.
This commit is contained in:
sledgehammer999
2022-11-29 21:29:20 +02:00
parent b86366f243
commit 311e0f21eb
2 changed files with 0 additions and 9 deletions

View File

@@ -68,11 +68,6 @@ namespace Ui
class MainWindow;
}
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MACOS)) && defined(QT_DBUS_LIB)
#define QBT_USES_CUSTOMDBUSNOTIFICATIONS
class DBusNotifier;
#endif
class MainWindow final : public QMainWindow, public GUIApplicationComponent
{
Q_OBJECT