(svn r21930) -Codechange: Remove unused vehicle GetTypeString() functions.

This commit is contained in:
alberth
2011-01-30 21:32:21 +00:00
parent df8c4bdbfa
commit da0b09557c
6 changed files with 0 additions and 12 deletions

View File

@@ -98,7 +98,6 @@ struct RoadVehicle : public GroundVehicle<RoadVehicle, VEH_ROAD> {
friend struct GroundVehicle<RoadVehicle, VEH_ROAD>; // GroundVehicle needs to use the acceleration functions defined at RoadVehicle.
const char *GetTypeString() const { return "road vehicle"; }
void MarkDirty();
void UpdateDeltaXY(Direction direction);
ExpensesType GetExpenseType(bool income) const { return income ? EXPENSES_ROADVEH_INC : EXPENSES_ROADVEH_RUN; }