diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-09-23 14:57:55 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-09-23 14:15:49 -0700 |
commit | d586970f3145106d444af8c54651af6563b92a66 (patch) | |
tree | 9fb9f6a6f667c638421060a5335813032fd1cfb9 /qt-ui/maintab.h | |
parent | e4c0ee32cdcd8487dd88e40fef3ba5de6fa92704 (diff) | |
download | subsurface-d586970f3145106d444af8c54651af6563b92a66.tar.gz |
Removed a ton of dead code
Unused dead code / hack for the old QCompleter
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r-- | qt-ui/maintab.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index a071e6c88..502ea6910 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -22,7 +22,6 @@ class CylindersModel; class ExtraDataModel; class DivePictureModel; class QCompleter; -class LocationManagementEditHelper; struct Completers { QCompleter *divemaster; @@ -55,7 +54,6 @@ public: void refreshDisplayedDiveSite(); void nextInputField(QKeyEvent *event); void showAndTriggerEditSelective(struct dive_components what); - virtual bool eventFilter(QObject*, QEvent*); signals: void addDiveFinished(); @@ -124,7 +122,6 @@ private: dive_trip_t *currentTrip; dive_trip_t displayedTrip; bool acceptingEdit; - LocationManagementEditHelper *locationManagementEditHelper; void updateDisplayedDiveSite(); void updateDiveSite(int divenr); }; |