summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_waypointlist.hpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-11-13 20:52:39 +0000
committerrubidium <rubidium@openttd.org>2011-11-13 20:52:39 +0000
commit3f7eb71b17da7840678c68953729aff156cc500b (patch)
tree5d71bc9aae9a9bc39ae15c1794f85d7e14987628 /src/ai/api/ai_waypointlist.hpp
parentb7a655bf4cafc68e14cade593e8b1aca7f04f7dd (diff)
downloadopenttd-3f7eb71b17da7840678c68953729aff156cc500b.tar.xz
(svn r23210) -Codechange: generate the GetClassName function for the AI classes programmatically
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.
*/