From f07f47a1937ab6346d90efb66d3488168b952f43 Mon Sep 17 00:00:00 2001 From: emanuel Date: Sat, 24 Apr 2021 20:44:26 +0100 Subject: [PATCH] Removed cpm unused variables --- src/cpm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cpm.c b/src/cpm.c index 7a0fea1..964026a 100644 --- a/src/cpm.c +++ b/src/cpm.c @@ -38,8 +38,6 @@ float roadRotationCos; S_ETHERNET_CONNECTION_T s_socket; S_OBJECT_CONTROL_T s_objectControl; S_OBJECTS_T as_objects[NOF_OBJECTS]; -char* station_id; -it2s_config_t* config; bool waitingIncomingConnection(void){