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:
parent
e38595f684
commit
4c8e9615e4
2 changed files with 0 additions and 6 deletions
qt-ui
|
@ -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)
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue