diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2017-10-13 10:58:00 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-19 12:20:43 -0800 |
commit | bde7caa6217949a400d9b3603f0c08e90ffd5d1d (patch) | |
tree | fc9f61ea032bb485c1c049cebdee672806763ca2 /subsurface-desktop-helper.cpp | |
parent | 24fae95070d7ec82cebc854e744d9d9e23359808 (diff) | |
download | subsurface-bde7caa6217949a400d9b3603f0c08e90ffd5d1d.tar.gz |
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>
Diffstat (limited to 'subsurface-desktop-helper.cpp')
-rw-r--r-- | subsurface-desktop-helper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; |