summaryrefslogtreecommitdiff
path: root/src/ai/ai_info.hpp
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-11-23 13:39:36 +0000
committertruebrain <truebrain@openttd.org>2011-11-23 13:39:36 +0000
commitd03bbdd4acc3fb160c29a5bc03d202bb89b008a2 (patch)
tree117966d4cd0ba014e4023ed27e6649b74dddd799 /src/ai/ai_info.hpp
parent492c96d2145841ff24713422ee08d1560c0616ef (diff)
downloadopenttd-d03bbdd4acc3fb160c29a5bc03d202bb89b008a2.tar.xz
(svn r23295) -Codechange: put ImportLibrary in AIController (and document the parameters for NoAI docs)
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; }