summaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/diveplanner.cpp')
-rw-r--r--qt-ui/diveplanner.cpp7
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();
}