aboutsummaryrefslogtreecommitdiffstats
path: root/profile-widget
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2021-06-30 07:53:21 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-07-03 14:30:46 -0700
commit4c118f3573eab9c08564713f51c20b39ecae3f85 (patch)
tree46b284566c7f4672257dcef525d58ad66fb2e66c /profile-widget
parent4a7cf0e97020ff26d0f93c664183f8af262bf7d5 (diff)
downloadsubsurface-4c118f3573eab9c08564713f51c20b39ecae3f85.tar.gz
profile: remove ProfileWidget2::Items
This enum was an artifact from the primordial days of the profile widget. As far as I can see it was never used. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'profile-widget')
-rw-r--r--profile-widget/profilewidget2.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/profile-widget/profilewidget2.h b/profile-widget/profilewidget2.h
index 568141134..2731898eb 100644
--- a/profile-widget/profilewidget2.h
+++ b/profile-widget/profilewidget2.h
@@ -64,15 +64,6 @@ public:
PLAN,
INVALID
};
- enum Items {
- BACKGROUND,
- PROFILE_Y_AXIS,
- GAS_Y_AXIS,
- TIME_AXIS,
- DEPTH_CONTROLLER,
- TIME_CONTROLLER,
- COLUMNS
- };
// Pass null as plannerModel if no support for planning required
ProfileWidget2(DivePlannerPointsModel *plannerModel, QWidget *parent = 0);