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