aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-09-23 14:57:55 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-09-23 14:15:49 -0700
commitd586970f3145106d444af8c54651af6563b92a66 (patch)
tree9fb9f6a6f667c638421060a5335813032fd1cfb9 /qt-ui/maintab.h
parente4c0ee32cdcd8487dd88e40fef3ba5de6fa92704 (diff)
downloadsubsurface-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.h3
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);
};