From 75bc6cd7e78e91651fa737eefbae7fbf3b9be3d7 Mon Sep 17 00:00:00 2001 From: celestar Date: Fri, 25 Mar 2005 09:44:17 +0000 Subject: [PATCH] (svn r2054) -CodeChange: Removed an unused enum --- station.h | 1 - 1 file changed, 1 deletion(-) diff --git a/station.h b/station.h index dafe5ef09f..6b144df156 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 {