Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Libraries
KPublicTransport
Commits
acd4b767
Commit
acd4b767
authored
Sep 05, 2021
by
Volker Krause
Browse files
Remove unused and deprecated enum value
parent
184484ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datatypes/rentalvehicle.h
View file @
acd4b767
...
...
@@ -34,7 +34,6 @@ public:
Bicycle
=
1
,
///< human-powered bicylce
Pedelec
=
2
,
///< bicycle with electric assistance
ElectricKickScooter
=
4
,
///< "e scooter", electrically assisted kick scooters, not to be confused with motorcycle-like scooters
ElectricScooter
[[
deprecated
(
"use ElectricKickScooter"
)]]
=
ElectricKickScooter
,
ElectricMoped
=
8
,
///< motorcycle-like electric scooters
Car
=
16
,
///< electrical- or combustion-powered car
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment