src/roadveh.h
changeset 9043 eb4f06b99146
parent 9022 8fa9e902b06e
child 9070 dd0121143eba
--- a/src/roadveh.h	Thu Apr 24 08:53:04 2008 +0000
+++ b/src/roadveh.h	Thu Apr 24 09:55:20 2008 +0000
@@ -71,7 +71,6 @@
 	void MarkDirty();
 	void UpdateDeltaXY(Direction direction);
 	ExpensesType GetExpenseType(bool income) const { return income ? EXPENSES_ROADVEH_INC : EXPENSES_ROADVEH_RUN; }
-	WindowClass GetVehicleListWindowClass() const { return WC_ROADVEH_LIST; }
 	bool IsPrimaryVehicle() const { return IsRoadVehFront(this); }
 	SpriteID GetImage(Direction direction) const;
 	int GetDisplaySpeed() const { return this->cur_speed * 10 / 32; }