summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/divecomputermanagementdialog.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2018-06-15 23:51:28 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-06-17 06:53:13 +0900
commitb0cc4169549e34781e63b25a016b05f1334f33cd (patch)
treecef14aeea09e123d003619a3866ef508d1660e51 /desktop-widgets/divecomputermanagementdialog.h
parentf54764cdbc877e6519a464cf2e31a3877a00bc66 (diff)
downloadsubsurface-b0cc4169549e34781e63b25a016b05f1334f33cd.tar.gz
Cleanup: fold DiveComputerManagementDialog::update() into init()
update() was only called in conjunction with init(). No point in having two functions. The separation between both functions seemed arbitrary anyway. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/divecomputermanagementdialog.h')
-rw-r--r--desktop-widgets/divecomputermanagementdialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-widgets/divecomputermanagementdialog.h b/desktop-widgets/divecomputermanagementdialog.h
index 365a685d4..806ec8073 100644
--- a/desktop-widgets/divecomputermanagementdialog.h
+++ b/desktop-widgets/divecomputermanagementdialog.h
@@ -12,7 +12,6 @@ class DiveComputerManagementDialog : public QDialog {
public:
static DiveComputerManagementDialog *instance();
- void update();
void init();
public