src/roadveh.h
changeset 7548 3a679b6e8b30
parent 7492 35acee076719
child 8116 8da76dcb3287
--- a/src/roadveh.h	Sun Sep 09 10:34:32 2007 +0000
+++ b/src/roadveh.h	Sun Sep 09 11:23:49 2007 +0000
@@ -69,7 +69,6 @@
 	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); }
-	bool HasFront() const { return true; }
 	int GetImage(Direction direction) const;
 	int GetDisplaySpeed() const { return this->cur_speed * 10 / 32; }
 	int GetDisplayMaxSpeed() const { return this->max_speed * 10 / 32; }