From ce00b71aa62a627cf2e43b173aa36cedbebc56f6 Mon Sep 17 00:00:00 2001 From: celestar Date: Fri, 25 Mar 2005 09:44:17 +0000 Subject: (svn r2054) -CodeChange: Removed an unused enum --- station.h | 1 - 1 file changed, 1 deletion(-) (limited to 'station.h') diff --git a/station.h b/station.h index dafe5ef09..6b144df15 100644 --- a/station.h +++ b/station.h @@ -26,7 +26,6 @@ enum { INVALID_SLOT = 0xFFFF, NUM_SLOTS = 2, ROAD_STOP_LIMIT = 8, - NUM_ROAD_STOPS = 250, }; typedef struct RoadStop { -- cgit v1.2.3-54-g00ecf