summaryrefslogtreecommitdiffstats
path: root/profile-widget
diff options
context:
space:
mode:
Diffstat (limited to 'profile-widget')
-rw-r--r--profile-widget/profilewidget2.cpp5
-rw-r--r--profile-widget/profilewidget2.h2
2 files changed, 0 insertions, 7 deletions
diff --git a/profile-widget/profilewidget2.cpp b/profile-widget/profilewidget2.cpp
index ecb26fc4b..5e4924169 100644
--- a/profile-widget/profilewidget2.cpp
+++ b/profile-widget/profilewidget2.cpp
@@ -865,11 +865,6 @@ void ProfileWidget2::plotDive(const struct dive *d, bool force, bool doClearPict
#endif
}
-void ProfileWidget2::dateTimeChanged()
-{
- emit dateTimeChangedItems();
-}
-
void ProfileWidget2::actionRequestedReplot(bool)
{
settingsChanged();
diff --git a/profile-widget/profilewidget2.h b/profile-widget/profilewidget2.h
index 4c6d66898..f077eb9e4 100644
--- a/profile-widget/profilewidget2.h
+++ b/profile-widget/profilewidget2.h
@@ -98,11 +98,9 @@ signals:
void enableShortcuts();
void disableShortcuts(bool paste);
void editCurrentDive();
- void dateTimeChangedItems();
public
slots: // Necessary to call from QAction's signals.
- void dateTimeChanged();
void settingsChanged();
void actionRequestedReplot(bool triggered);
void setEmptyState();