From d03bbdd4acc3fb160c29a5bc03d202bb89b008a2 Mon Sep 17 00:00:00 2001 From: truebrain Date: Wed, 23 Nov 2011 13:39:36 +0000 Subject: (svn r23295) -Codechange: put ImportLibrary in AIController (and document the parameters for NoAI docs) --- src/ai/ai_info.hpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/ai/ai_info.hpp') 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 @@ -146,13 +146,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. */ -- cgit v1.2.3-54-g00ecf