summaryrefslogtreecommitdiff
path: root/src/3rdparty/squirrel/include/sqstdblob.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-09-19 20:06:51 +0000
committerrubidium <rubidium@openttd.org>2014-09-19 20:06:51 +0000
commit79ca66eb673c710432d1f4e51af70730a09a82c8 (patch)
tree5c26b5456711549c69e6d7c74b6e966072670cb6 /src/3rdparty/squirrel/include/sqstdblob.h
parentbd0cd31d4b4e13dcf99c3b4170069d9eb08a91cf (diff)
downloadopenttd-79ca66eb673c710432d1f4e51af70730a09a82c8.tar.xz
(svn r26853) -Cleanup [Squirrel]: remove some stuff that we never did and especially never should use
Diffstat (limited to 'src/3rdparty/squirrel/include/sqstdblob.h')
-rw-r--r--src/3rdparty/squirrel/include/sqstdblob.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/3rdparty/squirrel/include/sqstdblob.h b/src/3rdparty/squirrel/include/sqstdblob.h
deleted file mode 100644
index d493157ec..000000000
--- a/src/3rdparty/squirrel/include/sqstdblob.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* see copyright notice in squirrel.h */
-#ifndef _SQSTDBLOB_H_
-#define _SQSTDBLOB_H_
-
-SQUserPointer sqstd_createblob(HSQUIRRELVM v, SQInteger size);
-SQRESULT sqstd_getblob(HSQUIRRELVM v,SQInteger idx,SQUserPointer *ptr);
-SQInteger sqstd_getblobsize(HSQUIRRELVM v,SQInteger idx);
-
-SQRESULT sqstd_register_bloblib(HSQUIRRELVM v);
-
-#endif /*_SQSTDBLOB_H_*/
-