From 4f5621c4c6acc3a1dbc1dbdc1267a222dcf66854 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Mon, 13 Apr 2020 15:35:27 +0200 Subject: Planner: fold MainWindow::setupForAddAndPlan into createSimpleDive() There was only one caller of MainWindow::setupForAddAndPlan() left and that caller immediately called DivePlannerPointsModel::createSimpleDive(). Thus, we might just as fold the former in the latter and thus concentrate all the prepare-dive-for-plan business in one place. Signed-off-by: Berthold Stoeger --- desktop-widgets/mainwindow.h | 1 - 1 file changed, 1 deletion(-) (limited to 'desktop-widgets/mainwindow.h') diff --git a/desktop-widgets/mainwindow.h b/desktop-widgets/mainwindow.h index 7f8e17196..683897cd7 100644 --- a/desktop-widgets/mainwindow.h +++ b/desktop-widgets/mainwindow.h @@ -211,7 +211,6 @@ private: LocationInformationWidget *diveSiteEdit; bool plannerStateClean(); - void setupForAddAndPlan(const char *model); void configureToolbar(); void setupSocialNetworkMenu(); QDialog *findMovedImagesDialog; -- cgit v1.2.3-70-g09d2