(svn r13205) -Codechange: Remove unnecessary code-style-buggering-up macro.

This commit is contained in:
peter1138
2008-05-21 12:06:05 +00:00
parent 621e205f74
commit 510c0acb4a
4 changed files with 17 additions and 27 deletions

View File

@@ -564,9 +564,6 @@ struct InvalidVehicle : public Vehicle {
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