diff options
Diffstat (limited to 'desktop-widgets/tab-widgets/maintab.cpp')
-rw-r--r-- | desktop-widgets/tab-widgets/maintab.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop-widgets/tab-widgets/maintab.cpp b/desktop-widgets/tab-widgets/maintab.cpp index 412ec899b..0638fbded 100644 --- a/desktop-widgets/tab-widgets/maintab.cpp +++ b/desktop-widgets/tab-widgets/maintab.cpp @@ -310,11 +310,6 @@ void MainTab::divesChanged(dive_trip *trip, const QVector<dive *> &dives, DiveFi break; case DiveField::DIVESITE: updateDiveSite(current_dive); - // Since we only show dive sites with a dive, a new dive site may have appeared or an old one disappeared. - // Therefore reload the map widget. - // TODO: Call this only if a site *actually* went from usage count 0 to 1 or 1 to 0. - MapWidget::instance()->repopulateLabels(); - emit diveSiteChanged(); break; case DiveField::TAGS: ui.tagWidget->setText(get_taglist_string(current_dive->tag_list)); @@ -593,7 +588,6 @@ void MainTab::updateDiveInfo() if (verbose && current_dive && current_dive->dive_site) qDebug() << "Set the current dive site:" << current_dive->dive_site->uuid; - emit diveSiteChanged(); } void MainTab::reload() |