diff options
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 8bdb47e99..d0406ff15 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -156,7 +156,6 @@ slots: void recreateDiveList(); void showProfile(); void editCurrentDive(); - void removeFakeDiveForAddAndPlan(); void planCanceled(); void planCreated(); @@ -185,7 +184,6 @@ private: bool plannerStateClean(); void createFakeDiveForAddAndPlan(); - int fakeDiveId; QDialog *survey; }; |