diff --git a/include/engine/geospatial_query.hpp b/include/engine/geospatial_query.hpp index c7310f43a..6ae53bd85 100644 --- a/include/engine/geospatial_query.hpp +++ b/include/engine/geospatial_query.hpp @@ -74,11 +74,6 @@ template class GeospatialQuery { return std::pair{false, false}; } - (void)approach; - (void)use_all_edges; - (void)bearing_with_range; - (void)use_all_edges; - auto valid = CheckSegmentExclude(segment) && CheckApproach(input_coordinate, segment, approach) && (use_all_edges ? HasValidEdge(segment, *use_all_edges)