src/roadveh.h
branchnoai
changeset 10355 ee4b5f7a5bf2
parent 10294 7798ae816af8
child 10455 22c441f5adf9
--- a/src/roadveh.h	Fri Apr 25 07:06:57 2008 +0000
+++ b/src/roadveh.h	Fri Apr 25 15:20:48 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; }