summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_list.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_list.hpp')
-rw-r--r--src/ai/api/ai_list.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ai/api/ai_list.hpp b/src/ai/api/ai_list.hpp
index 05f7aeb4c..9087f26c5 100644
--- a/src/ai/api/ai_list.hpp
+++ b/src/ai/api/ai_list.hpp
@@ -24,9 +24,6 @@ class AIListSorter;
*/
class AIList : public AIObject {
public:
- /** Get the name of this class to identify it towards squirrel. */
- static const char *GetClassName() { return "AIList"; }
-
/** Type of sorter */
enum SorterType {
SORT_BY_VALUE, ///< Sort the list based on the value of the item.