diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-11-18 18:50:59 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-11-19 21:13:40 -0800 |
commit | a9da44b402ad7f1d1665c4345345b5bc40e53fbd (patch) | |
tree | 951b247ebecce9428f4b309e9267c1517a0b3120 /desktop-widgets/mainwindow.h | |
parent | 958032b21cb5c81b8f8bdbbccb77a3ccfbcc5d69 (diff) | |
download | subsurface-a9da44b402ad7f1d1665c4345345b5bc40e53fbd.tar.gz |
Cleanup: remove MainWindow::recreateDiveList() function
The function had only one line and had only one caller.
We might just as well fold that line into the caller.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/mainwindow.h')
-rw-r--r-- | desktop-widgets/mainwindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-widgets/mainwindow.h b/desktop-widgets/mainwindow.h index 075999707..109ca0e0c 100644 --- a/desktop-widgets/mainwindow.h +++ b/desktop-widgets/mainwindow.h @@ -163,7 +163,6 @@ slots: void turnOffNdlTts(); void readSettings(); void refreshDisplay(bool doRecreateDiveList = true); - void recreateDiveList(); void showProfile(); void refreshProfile(); void editCurrentDive(); |