(svn r2604) Fix: removed unused variable
authorludde
Sun, 17 Jul 2005 13:46:42 +0000
changeset 2094 3bec2fbbf613
parent 2093 357b05db938f
child 2095 89f1a665db87
(svn r2604) Fix: removed unused variable
roadveh_cmd.c
--- a/roadveh_cmd.c	Sun Jul 17 13:45:43 2005 +0000
+++ b/roadveh_cmd.c	Sun Jul 17 13:46:42 2005 +0000
@@ -1634,11 +1634,9 @@
 
 	/* update destination */
 	if (v->current_order.type == OT_GOTO_STATION && !(v->vehstatus & VS_CRASHED)) {
-		int num;
 		RoadStopType type = (v->cargo_type == CT_PASSENGERS) ? RS_BUS : RS_TRUCK;
 
 		st = GetStation(v->current_order.station);
-		num = GetNumRoadStops(st, type);
 
 		//Current slot has expired
 		if ( (v->u.road.slot_age++ <= 0) && (v->u.road.slot != NULL))