summaryrefslogtreecommitdiff
path: root/src/ai/ai_info.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/ai_info.hpp')
-rw-r--r--src/ai/ai_info.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ai/ai_info.hpp b/src/ai/ai_info.hpp
index c618930d9..6ddb23330 100644
--- a/src/ai/ai_info.hpp
+++ b/src/ai/ai_info.hpp
@@ -147,13 +147,6 @@ public:
static SQInteger Constructor(HSQUIRRELVM vm);
/**
- * Import a library in the current AI. This function can be used by AIs
- * by calling import.
- * @param vm The squirrel vm of the calling AI.
- */
- static SQInteger Import(HSQUIRRELVM vm);
-
- /**
* Get the category this library is in.
*/
const char *GetCategory() const { return this->category; }