summaryrefslogtreecommitdiff
path: root/navit/traffic.h
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2018-01-27 22:05:48 +0100
committermvglasow <michael -at- vonglasow.com>2018-01-27 22:05:48 +0100
commite1398dcaaa51a643581a6584217212c02ac98b3d (patch)
treea5017f4b12c740a441fd57f8a7a751af86d55b2a /navit/traffic.h
parent6a96f7ec75ac589477cbf47c24a365b672f402e1 (diff)
downloadnavit-e1398dcaaa51a643581a6584217212c02ac98b3d.tar.gz
Refactor:traffic:get rid of (unused) map-matched coordinates
Signed-off-by: mvglasow <michael -at- vonglasow.com>
Diffstat (limited to 'navit/traffic.h')
-rw-r--r--navit/traffic.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/navit/traffic.h b/navit/traffic.h
index 45a44dd62..c81615766 100644
--- a/navit/traffic.h
+++ b/navit/traffic.h
@@ -237,12 +237,6 @@ struct traffic_methods {
struct traffic_point {
struct coord_geo coord; /*!< The coordinates of this point, as supplied by the source. These may
* deviate somewhat from the coordinates on the map. */
- /* TODO do we need map-matched coordinates at all? */
- struct pcoord * map_coord; /*!< The coordinates of this point on the map, in forward direction.
- * This is filled by the traffic plugin. */
- struct pcoord * map_coord_backward; /*!< The coordinates of this point on the map, in backward
- * direction. This is filled by the traffic plugin. Always NULL for
- * unidirectional locations. */
char * junction_name; /*!< The name of the motorway junction this point refers to. */
char * junction_ref; /*!< The reference number of the motorway junction this point refers to. */
char * tmc_id; /*!< The TMC identifier of the point, if the location was obtained via TMC.