summaryrefslogtreecommitdiff
path: root/src/script/squirrel_std.hpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-09-10 20:19:12 +0000
committeryexo <yexo@openttd.org>2009-09-10 20:19:12 +0000
commitca6c4ee98ade5710757ed662108823525a4ee4c7 (patch)
tree4ff6fb521658b17e4e0801cd1d7b82f70fe5be85 /src/script/squirrel_std.hpp
parent6175ee0fa41ea8a9d5c84aed8e47a5f4d3e9a6b7 (diff)
downloadopenttd-ca6c4ee98ade5710757ed662108823525a4ee4c7.tar.xz
(svn r17498) -Add [NoAI]: Enable the squirrel std math library
Diffstat (limited to 'src/script/squirrel_std.hpp')
-rw-r--r--src/script/squirrel_std.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/script/squirrel_std.hpp b/src/script/squirrel_std.hpp
index 1751f6a67..76af3c155 100644
--- a/src/script/squirrel_std.hpp
+++ b/src/script/squirrel_std.hpp
@@ -25,10 +25,6 @@
*/
class SquirrelStd {
public:
- /**
- * Make an integer absolute.
- */
- static SQInteger abs(HSQUIRRELVM vm);
/**
* Get the lowest of two integers.