src/ai/api/ai_vehiclelist.hpp
branchnoai
changeset 9816 35e866676c00
parent 9778 38560cd27070
child 9829 80fbe02a4184
--- 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 */