src/vehicle_base.h
branchNewGRF_ports
changeset 10731 67db0d431d5e
parent 10724 68a692eacf22
--- a/src/vehicle_base.h	Mon May 26 20:45:25 2008 +0000
+++ b/src/vehicle_base.h	Tue May 27 00:50:55 2008 +0000
@@ -566,9 +566,6 @@
 	void Tick() {}
 };
 
-#define BEGIN_ENUM_WAGONS(v) do {
-#define END_ENUM_WAGONS(v) } while ((v = v->Next()) != NULL);
-
 static inline VehicleID GetMaxVehicleIndex()
 {
 	/* TODO - This isn't the real content of the function, but