Cleanup + remove old curve type

This commit is contained in:
Emma Broman
2020-10-29 11:50:06 +01:00
parent 58c7c983a9
commit f2fafc27b4
6 changed files with 13 additions and 124 deletions

View File

@@ -127,7 +127,6 @@ AutoNavigationHandler::AutoNavigationHandler()
_defaultCurveOption.addOptions({
{ CurveType::AvoidCollision, "AvoidCollision" },
{ CurveType::Bezier3, "Bezier3" },
{ CurveType::Linear, "Linear" },
{ CurveType::ZoomOutOverview, "ZoomOutOverview"}
});