summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_stationlist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_stationlist.hpp')
-rw-r--r--src/ai/api/ai_stationlist.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ai/api/ai_stationlist.hpp b/src/ai/api/ai_stationlist.hpp
index 747931598..b066523ab 100644
--- a/src/ai/api/ai_stationlist.hpp
+++ b/src/ai/api/ai_stationlist.hpp
@@ -21,9 +21,6 @@
*/
class AIStationList : public AIList {
public:
- /** Get the name of this class to identify it towards squirrel. */
- static const char *GetClassName() { return "AIStationList"; }
-
/**
* @param station_type The type of station to make a list of stations for.
*/
@@ -36,9 +33,6 @@ public:
*/
class AIStationList_Vehicle : public AIList {
public:
- /** Get the name of this class to identify it towards squirrel. */
- static const char *GetClassName() { return "AIStationList_Vehicle"; }
-
/**
* @param vehicle_id The vehicle to get the list of stations he has in its orders from.
*/