summaryrefslogtreecommitdiff
path: root/src/vehicle.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-05-04 22:38:36 +0000
committerrubidium <rubidium@openttd.org>2007-05-04 22:38:36 +0000
commitb76cc8c96b6a43e56addb5d6fe32513e7e0ea96f (patch)
treebd897a4b2c317680e808a00a3c12f0f238b07377 /src/vehicle.h
parente81906c62d0f706ec98e95b4ed9dd039009fe167 (diff)
downloadopenttd-b76cc8c96b6a43e56addb5d6fe32513e7e0ea96f.tar.xz
(svn r9784) -Codechange: remove unused variable.
Diffstat (limited to 'src/vehicle.h')
-rw-r--r--src/vehicle.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vehicle.h b/src/vehicle.h
index 810f1ba2d..62fb935b2 100644
--- a/src/vehicle.h
+++ b/src/vehicle.h
@@ -108,7 +108,6 @@ enum EffectVehicle {
struct VehicleRail {
uint16 last_speed; // NOSAVE: only used in UI
uint16 crash_anim_pos;
- uint16 days_since_order_progr;
/* cached values, recalculated on load and each time a vehicle is added to/removed from the consist. */
uint16 cached_max_speed; // max speed of the consist. (minimum of the max speed of all vehicles in the consist)