diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-23 18:33:40 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-23 18:35:04 -0700 |
commit | 8d359f8e5795911112b730167b74e7715d360efd (patch) | |
tree | 83630924a546a6c73e8c14630def71de756740a3 /qt-ui/maintab.cpp | |
parent | d273694954567319d26a162201efe0a76664c66a (diff) | |
download | subsurface-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.cpp')
-rw-r--r-- | qt-ui/maintab.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index 6c3b61173..2306e22dc 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -292,27 +292,11 @@ void MainTab::addCylinder_clicked() cylindersModel->add(); } -void MainTab::on_editCylinder_clicked() -{ -} - -void MainTab::on_delCylinder_clicked() -{ -} - void MainTab::addWeight_clicked() { weightModel->add(); } -void MainTab::on_editWeight_clicked() -{ -} - -void MainTab::on_delWeight_clicked() -{ -} - void MainTab::reload() { } |