summaryrefslogtreecommitdiffstats
path: root/qt-gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-gui.h')
-rw-r--r--qt-gui.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/qt-gui.h b/qt-gui.h
deleted file mode 100644
index ca038b145..000000000
--- a/qt-gui.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef QT_GUI_H
-#define QT_GUI_H
-
-#include <QApplication>
-
-void init_qt_late();
-void init_ui();
-
-void run_ui();
-void exit_ui();
-
-#if defined(SUBSURFACE_MOBILE)
-#include <QQuickWindow>
-extern QObject *qqWindowObject;
-#endif
-
-#endif // QT_GUI_H