src/vehicle_base.h
changeset 10321 6d58c7470699
parent 10293 b3ca071d6716
child 10372 93844492fdd9
--- a/src/vehicle_base.h	Thu Apr 24 08:53:04 2008 +0000
+++ b/src/vehicle_base.h	Thu Apr 24 09:55:20 2008 +0000
@@ -11,7 +11,6 @@
 #include "road_type.h"
 #include "cargo_type.h"
 #include "direction_type.h"
-#include "window_type.h"
 #include "gfx_type.h"
 #include "command_type.h"
 #include "date_type.h"
@@ -371,11 +370,6 @@
 	virtual ExpensesType GetExpenseType(bool income) const { return EXPENSES_OTHER; }
 
 	/**
-	 * Invalidates the vehicle list window of this type of vehicle
-	 */
-	virtual WindowClass GetVehicleListWindowClass() const { return WC_NONE; }
-
-	/**
 	 * Play the sound associated with leaving the station
 	 */
 	virtual void PlayLeaveStationSound() const {}