diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-10-06 15:50:49 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-10-06 21:15:51 +0100 |
commit | 20f8c89d6443569a31464c8127f3d809a433dccc (patch) | |
tree | c024ef381579a93138c91b172e853b9ea8b4f0e4 /qt-ui/maintab.h | |
parent | 637c3502e9fefbebc9a6c884518cf62fa1dd2b8d (diff) | |
download | subsurface-20f8c89d6443569a31464c8127f3d809a433dccc.tar.gz |
Remove unused code
This was needed when maintab had to thinker every little aspect
of the dive site selection, which has not been necessary for quite
a while.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index 9cd14034e..20b4da690 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -123,7 +123,6 @@ private: dive_trip_t *currentTrip; dive_trip_t displayedTrip; bool acceptingEdit; - void updateDisplayedDiveSite(); uint32_t updateDiveSite(uint32_t pickedUuid, int divenr); }; |