diff options
-rw-r--r-- | core/qt-gui.h | 1 | ||||
-rw-r--r-- | subsurface-desktop-helper.cpp | 1 |
2 files changed, 0 insertions, 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 <QQuickWindow> -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; |