mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cleanup: remove unused function MainTab::showLocation()
The last caller was removed way back in 266e754d08
.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
1f76460dfa
commit
5d1c30acbf
2 changed files with 0 additions and 9 deletions
|
@ -369,14 +369,6 @@ bool MainTab::isEditing()
|
||||||
return editMode != NONE;
|
return editMode != NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainTab::showLocation()
|
|
||||||
{
|
|
||||||
if (get_dive_site_by_uuid(displayed_dive.dive_site_uuid))
|
|
||||||
ui.location->setCurrentDiveSiteUuid(displayed_dive.dive_site_uuid);
|
|
||||||
else
|
|
||||||
ui.location->clear();
|
|
||||||
}
|
|
||||||
|
|
||||||
void MainTab::updateDepthDuration()
|
void MainTab::updateDepthDuration()
|
||||||
{
|
{
|
||||||
ui.depth->setVisible(true);
|
ui.depth->setVisible(true);
|
||||||
|
|
|
@ -97,7 +97,6 @@ slots:
|
||||||
void toggleTriggeredColumn();
|
void toggleTriggeredColumn();
|
||||||
void updateTextLabels(bool showUnits = true);
|
void updateTextLabels(bool showUnits = true);
|
||||||
void escDetected(void);
|
void escDetected(void);
|
||||||
void showLocation();
|
|
||||||
void setCurrentLocationIndex();
|
void setCurrentLocationIndex();
|
||||||
EditMode getEditMode() const;
|
EditMode getEditMode() const;
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Add table
Reference in a new issue