--- a/src/ai/api/ai_vehiclelist.hpp Tue Mar 25 12:16:30 2008 +0000
+++ b/src/ai/api/ai_vehiclelist.hpp Tue Mar 25 12:20:42 2008 +0000
@@ -16,9 +16,6 @@
public:
static const char *GetClassName() { return "AIVehicleList"; }
AIVehicleList();
-
-private:
- const char *GetListName() const { return "AIVehicleList"; }
};
/**
@@ -33,9 +30,6 @@
* @param station_id The station to get the list of vehicles that have orders to him from.
*/
AIVehicleList_Station(StationID station_id);
-
-private:
- const char *GetListName() const { return "AIVehicleList"; }
};
#endif /* AI_VEHICLELIST_HPP */