summaryrefslogtreecommitdiff
path: root/src/vehicle.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2011-01-15 14:20:34 +0000
committersmatz <smatz@openttd.org>2011-01-15 14:20:34 +0000
commit2709454040185af96feb80a25f51c412fa6f1ad1 (patch)
tree8429245963dcb576870f3bbf9ace7e8ddc52abe0 /src/vehicle.cpp
parent7be31ee03e59ad547ceef362284677d232a642aa (diff)
downloadopenttd-2709454040185af96feb80a25f51c412fa6f1ad1.tar.xz
(svn r21802) -Cleanup (r2600): remove unused _vehicle_id_ctr_day
Diffstat (limited to 'src/vehicle.cpp')
-rw-r--r--src/vehicle.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vehicle.cpp b/src/vehicle.cpp
index 8777ea1be..f5bffc159 100644
--- a/src/vehicle.cpp
+++ b/src/vehicle.cpp
@@ -58,7 +58,6 @@
#define GEN_HASH(x, y) ((GB((y), 6, 6) << 6) + GB((x), 7, 6))
-VehicleID _vehicle_id_ctr_day;
VehicleID _new_vehicle_id;
uint16 _returned_refit_capacity; ///< Stores the capacity after a refit operation.
uint16 _returned_mail_refit_capacity; ///< Stores the mail capacity after a refit operation (Aircraft only).