summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_cargolist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_cargolist.hpp')
-rw-r--r--src/ai/api/ai_cargolist.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/ai/api/ai_cargolist.hpp b/src/ai/api/ai_cargolist.hpp
index 0efd72ae2..01d2ec605 100644
--- a/src/ai/api/ai_cargolist.hpp
+++ b/src/ai/api/ai_cargolist.hpp
@@ -20,8 +20,6 @@
*/
class AICargoList : public AIList {
public:
- /** Get the name of this class to identify it towards squirrel. */
- static const char *GetClassName() { return "AICargoList"; }
AICargoList();
};
@@ -33,9 +31,6 @@ public:
*/
class AICargoList_IndustryAccepting : public AIList {
public:
- /** Get the name of this class to identify it towards squirrel. */
- static const char *GetClassName() { return "AICargoList_IndustryAccepting"; }
-
/**
* @param industry_id The industry to get the list of cargos it accepts from.
*/
@@ -48,9 +43,6 @@ public:
*/
class AICargoList_IndustryProducing : public AIList {
public:
- /** Get the name of this class to identify it towards squirrel. */
- static const char *GetClassName() { return "AICargoList_IndustryProducing"; }
-
/**
* @param industry_id The industry to get the list of cargos it produces from.
*/
@@ -63,9 +55,6 @@ public:
*/
class AICargoList_StationAccepting : public AIList {
public:
- /** Get the name of this class to identify it towards squirrel. */
- static const char *GetClassName() { return "AICargoList_StationAccepting"; }
-
/**
* @param station_id The station to get the list of cargos it accepts from.
*/