1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00

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>
This commit is contained in:
Tomaz Canabrava 2014-07-15 20:34:57 -03:00 committed by Dirk Hohndel
parent e38595f684
commit 4c8e9615e4
2 changed files with 0 additions and 6 deletions

View file

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

View file

@ -84,7 +84,6 @@ slots:
void enableEdition(EditMode newEditMode = NONE);
void toggleTriggeredColumn();
void updateTextLabels(bool showUnits = true);
QString trHemisphere(const char *orig);
void escDetected(void);
void photoDoubleClicked(const QString filePath);