mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
Remove dead code
While investigating Qt 5.9.2 problems, I found this unused code. Just remove it. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
24fae95070
commit
bde7caa621
2 changed files with 0 additions and 2 deletions
|
@ -11,7 +11,6 @@ void set_non_bt_addresses();
|
|||
|
||||
#if defined(SUBSURFACE_MOBILE)
|
||||
#include <QQuickWindow>
|
||||
extern QObject *qqWindowObject;
|
||||
#endif
|
||||
|
||||
#endif // QT_GUI_H
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue