cleanup: remove unused MainTab::refreshDisplayedDiveSite()
The last user seems to have been removed in 3a3089770a5af9 and nobody complained. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
75b2fcc4a4
commit
f682b365a6
@ -485,11 +485,6 @@ void MainTab::updateDiveInfo()
|
||||
qDebug() << "Set the current dive site:" << current_dive->dive_site->uuid;
|
||||
}
|
||||
|
||||
void MainTab::refreshDisplayedDiveSite()
|
||||
{
|
||||
ui.location->setCurrentDiveSite(current_dive);
|
||||
}
|
||||
|
||||
void MainTab::acceptChanges()
|
||||
{
|
||||
if (ui.location->hasFocus())
|
||||
|
||||
@ -26,7 +26,6 @@ public:
|
||||
MainTab(QWidget *parent = 0);
|
||||
void clearTabs();
|
||||
bool isEditing();
|
||||
void refreshDisplayedDiveSite();
|
||||
void nextInputField(QKeyEvent *event);
|
||||
void stealFocus();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user