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>
This commit is contained in:
Berthold Stoeger 2018-06-15 23:51:28 +02:00 committed by Dirk Hohndel
parent f54764cdbc
commit b0cc416954
3 changed files with 4 additions and 10 deletions

View file

@ -12,7 +12,6 @@ class DiveComputerManagementDialog : public QDialog {
public:
static DiveComputerManagementDialog *instance();
void update();
void init();
public