forked from mirror/OpenTTD
(svn r21930) -Codechange: Remove unused vehicle GetTypeString() functions.
This commit is contained in:
@@ -91,7 +91,6 @@ struct Train : public GroundVehicle<Train, VEH_TRAIN> {
|
||||
|
||||
friend struct GroundVehicle<Train, VEH_TRAIN>; // GroundVehicle needs to use the acceleration functions defined at Train.
|
||||
|
||||
const char *GetTypeString() const { return "train"; }
|
||||
void MarkDirty();
|
||||
void UpdateDeltaXY(Direction direction);
|
||||
ExpensesType GetExpenseType(bool income) const { return income ? EXPENSES_TRAIN_INC : EXPENSES_TRAIN_RUN; }
|
||||
|
Reference in New Issue
Block a user