mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
4a7cf0e970
commit
4c118f3573
1 changed files with 0 additions and 9 deletions
|
@ -64,15 +64,6 @@ public:
|
||||||
PLAN,
|
PLAN,
|
||||||
INVALID
|
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
|
// Pass null as plannerModel if no support for planning required
|
||||||
ProfileWidget2(DivePlannerPointsModel *plannerModel, QWidget *parent = 0);
|
ProfileWidget2(DivePlannerPointsModel *plannerModel, QWidget *parent = 0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue