diff options
Diffstat (limited to 'qt-ui/diveplanner.cpp')
-rw-r--r-- | qt-ui/diveplanner.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/qt-ui/diveplanner.cpp b/qt-ui/diveplanner.cpp index 15cdc5409..2a7bd8d40 100644 --- a/qt-ui/diveplanner.cpp +++ b/qt-ui/diveplanner.cpp @@ -908,13 +908,6 @@ void DivePlannerPointsModel::cancelPlan() setPlanMode(NOTHING); diveplan.dp = NULL; - - - - // somewhere, somehow we need to make sure that the current_dive is displayed again - - - emit planCanceled(); } |