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>
This commit is contained in:
Tomaz Canabrava 2015-10-06 15:50:49 -03:00 committed by Dirk Hohndel
parent 637c3502e9
commit 20f8c89d64
2 changed files with 2 additions and 55 deletions

View file

@ -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);
};