src/aircraft.h
changeset 10321 6d58c7470699
parent 10293 b3ca071d6716
child 10382 d1d4452acbfc
--- a/src/aircraft.h	Thu Apr 24 08:53:04 2008 +0000
+++ b/src/aircraft.h	Thu Apr 24 09:55:20 2008 +0000
@@ -117,7 +117,6 @@
 	void MarkDirty();
 	void UpdateDeltaXY(Direction direction);
 	ExpensesType GetExpenseType(bool income) const { return income ? EXPENSES_AIRCRAFT_INC : EXPENSES_AIRCRAFT_RUN; }
-	WindowClass GetVehicleListWindowClass() const { return WC_AIRCRAFT_LIST; }
 	bool IsPrimaryVehicle() const { return IsNormalAircraft(this); }
 	SpriteID GetImage(Direction direction) const;
 	int GetDisplaySpeed() const { return this->cur_speed * 10 / 16; }