summaryrefslogtreecommitdiffstats
path: root/subsurface-desktop-helper.cpp
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2018-02-05 23:38:26 +0100
committerGravatar Jan Mulder <jlmulder@xs4all.nl>2018-02-06 12:30:15 +0100
commit615307435cc1d0ffba6bc7649a4039f0aba62622 (patch)
treee992c436eb2cd9bbbdfb44798c269a2974314ae0 /subsurface-desktop-helper.cpp
parentc4fc202c4550034019836aefbea69bca77eb18f3 (diff)
downloadsubsurface-615307435cc1d0ffba6bc7649a4039f0aba62622.tar.gz
Cleanup: remove non-compiled includes in subsurface-desktop-helper.cpp
These includes where from a time when this file would be compiled for desktop *and* mobile. Now the file is desktop-only. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'subsurface-desktop-helper.cpp')
-rw-r--r--subsurface-desktop-helper.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/subsurface-desktop-helper.cpp b/subsurface-desktop-helper.cpp
index 924352c16..d2c4aeebd 100644
--- a/subsurface-desktop-helper.cpp
+++ b/subsurface-desktop-helper.cpp
@@ -14,16 +14,6 @@
#include "core/qt-gui.h"
-#ifdef SUBSURFACE_MOBILE
-#include <QQuickWindow>
-#include <QQmlApplicationEngine>
-#include <QQmlContext>
-#include <QSortFilterProxyModel>
-#include "mobile-widgets/qmlmanager.h"
-#include "qt-models/divelistmodel.h"
-#include "mobile-widgets/qmlprofile.h"
-#endif
-
static MainWindow *window = NULL;
void init_ui()