summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.cpp
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-08-25 18:45:29 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-08-25 17:58:59 -0700
commit03702edf87c7a8787302a08bcf1f051223f6accb (patch)
tree181d8018b87f346d5db37ba64dab03da1dbbc3f5 /qt-ui/maintab.cpp
parentaaa70ff56e2b5891f1c8241bf10a8e236bf86108 (diff)
downloadsubsurface-03702edf87c7a8787302a08bcf1f051223f6accb.tar.gz
Get taxonomy from edit dive site widget
Moved the get taxonomy button from the maintab to the edit dive site widget. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.cpp')
-rw-r--r--qt-ui/maintab.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp
index dc9ec9441..ec25fe36e 100644
--- a/qt-ui/maintab.cpp
+++ b/qt-ui/maintab.cpp
@@ -1656,10 +1656,3 @@ void MainTab::showAndTriggerEditSelective(struct dive_components what)
weightModel->changed = true;
}
}
-
-void MainTab::reverseGeocode()
-{
- ReverseGeoLookupThread *geoLookup = ReverseGeoLookupThread::instance();
- geoLookup->lookup(&displayed_dive_site);
- updateDiveInfo();
-}