diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-07-15 20:34:57 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-15 17:05:46 -0700 |
commit | 4c8e9615e4c795262d495a9c3e85da7e0a4b27b4 (patch) | |
tree | 6a8e41d1c629577ed63a01e084e287ff8c9e2814 /qt-ui/maintab.cpp | |
parent | e38595f68450011f24f45e45900dbb2119ce8355 (diff) | |
download | subsurface-4c8e9615e4c795262d495a9c3e85da7e0a4b27b4.tar.gz |
Remove uneeded function
This method was being unused, rip it off.
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.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index 050cf32f6..2e5aaf086 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -1079,11 +1079,6 @@ void MainTab::updateGpsCoordinates(const struct dive *dive) } } -QString MainTab::trHemisphere(const char *orig) -{ - return tr(orig); -} - void MainTab::escDetected() { if (editMode != NONE) |