diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-02-06 15:37:56 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-06 11:32:32 -0800 |
commit | 49f8456ce8772e1a4a0cc3eed5786db13ff0ece7 (patch) | |
tree | 7902df2f565e5ace3b210ff90261652468012d59 /qt-ui/profile/profilewidget2.h | |
parent | 2322fdfc42c3f04de0e000999699490f208769e9 (diff) | |
download | subsurface-49f8456ce8772e1a4a0cc3eed5786db13ff0ece7.tar.gz |
Remove a lot of unused code.
This will probably be added back in the future, but for now
they have no use and it was making me nauseaus.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/profilewidget2.h')
-rw-r--r-- | qt-ui/profile/profilewidget2.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/qt-ui/profile/profilewidget2.h b/qt-ui/profile/profilewidget2.h index d2fbb2b65..631a80574 100644 --- a/qt-ui/profile/profilewidget2.h +++ b/qt-ui/profile/profilewidget2.h @@ -63,14 +63,7 @@ protected: signals: void startProfileState(); - void startAddState(); - void startPlanState(); void startEmptyState(); - void startEditState(); - void startHideGasState(); - void startShowGasState(); - void startShowTissueState(); - void startHideTissueState(); private: DivePlotDataModel *dataModel; State currentState; |