summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-23 18:33:40 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-23 18:35:04 -0700
commit8d359f8e5795911112b730167b74e7715d360efd (patch)
tree83630924a546a6c73e8c14630def71de756740a3 /qt-ui/maintab.h
parentd273694954567319d26a162201efe0a76664c66a (diff)
downloadsubsurface-8d359f8e5795911112b730167b74e7715d360efd.tar.gz
Remove obsolete slots
The .ui components were removed in commit 0c7a575f7b3b ("Rework on the Equipment tab to make it look more Modern.") but the "automagic" slots were still here. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r--qt-ui/maintab.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h
index e835b6366..38d01e806 100644
--- a/qt-ui/maintab.h
+++ b/qt-ui/maintab.h
@@ -43,11 +43,7 @@ public:
public Q_SLOTS:
void addCylinder_clicked();
- void on_editCylinder_clicked();
- void on_delCylinder_clicked();
void addWeight_clicked();
- void on_editWeight_clicked();
- void on_delWeight_clicked();
void updateDiveInfo(int dive);
void on_editAccept_clicked(bool edit);
void on_editReset_clicked();