diff options
Diffstat (limited to 'profile-widget/profilewidget2.cpp')
-rw-r--r-- | profile-widget/profilewidget2.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/profile-widget/profilewidget2.cpp b/profile-widget/profilewidget2.cpp index 186638a41..40bd92fb9 100644 --- a/profile-widget/profilewidget2.cpp +++ b/profile-widget/profilewidget2.cpp @@ -839,13 +839,6 @@ void ProfileWidget2::plotDive(const struct dive *d, bool force, bool doClearPict #endif } -void ProfileWidget2::recalcCeiling() -{ -#ifndef SUBSURFACE_MOBILE - diveCeiling->recalc(); -#endif -} - void ProfileWidget2::dateTimeChanged() { emit dateTimeChangedItems(); |