diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-12-28 14:55:23 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-28 14:55:23 -0800 |
commit | a375159e6a13bb971c07ce770af329b64b46ba6d (patch) | |
tree | 1bd432ca251a3980e536d668fbcaff311a0fda1c /qt-ui | |
parent | e72d001d3e80ed8964abf76355ed90dbf2488d9f (diff) | |
download | subsurface-a375159e6a13bb971c07ce770af329b64b46ba6d.tar.gz |
Remove nonexisting member from header
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/maintab.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index aed8f9e70..ec2140b1e 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -58,7 +58,6 @@ public: void reload(); bool eventFilter(QObject* , QEvent*); void initialUiSetup(); - void equipmentPlusUpdate(); bool isEditing(); void updateCoordinatesText(qreal lat, qreal lon); public slots: |