Skip to content

Commit 44857a6

Browse files
committed
Remove outdated predefined in json_factory
1 parent cf18352 commit 44857a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/engine/api/json_factory.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ util::json::Object makeWaypoint(const util::Coordinate &location,
103103
std::string name,
104104
const Hint &hint);
105105

106-
util::json::Object makeRouteLeg(guidance::RouteLeg leg, util::json::Array steps);
107-
108106
util::json::Array makeRouteLegs(std::vector<guidance::RouteLeg> legs,
109107
std::vector<util::json::Value> leg_geometries,
110108
std::vector<util::json::Value> step_geometries,

0 commit comments

Comments
 (0)