From bde7caa6217949a400d9b3603f0c08e90ffd5d1d Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Fri, 13 Oct 2017 10:58:00 +0200 Subject: Remove dead code While investigating Qt 5.9.2 problems, I found this unused code. Just remove it. Signed-off-by: Jan Mulder --- core/qt-gui.h | 1 - subsurface-desktop-helper.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/core/qt-gui.h b/core/qt-gui.h index 1fc7d161e..9bfe0e001 100644 --- a/core/qt-gui.h +++ b/core/qt-gui.h @@ -11,7 +11,6 @@ void set_non_bt_addresses(); #if defined(SUBSURFACE_MOBILE) #include -extern QObject *qqWindowObject; #endif #endif // QT_GUI_H diff --git a/subsurface-desktop-helper.cpp b/subsurface-desktop-helper.cpp index 34b04e928..8356b9fe8 100644 --- a/subsurface-desktop-helper.cpp +++ b/subsurface-desktop-helper.cpp @@ -22,7 +22,6 @@ #include "mobile-widgets/qmlmanager.h" #include "qt-models/divelistmodel.h" #include "mobile-widgets/qmlprofile.h" -QObject *qqWindowObject = NULL; #endif static MainWindow *window = NULL; -- cgit v1.2.3-70-g09d2