diff options
author | rubidium <rubidium@openttd.org> | 2014-09-06 20:11:00 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2014-09-06 20:11:00 +0000 |
commit | 7ece56c3471f934741c539b8cfd1933805e04a3f (patch) | |
tree | 515470e71e2ab38325b7ac22560440860d3bab59 /src/3rdparty/squirrel/include/sqstdsystem.h | |
parent | a47874754c6dce90b0080c9d40e5c5b1a6114258 (diff) | |
download | openttd-7ece56c3471f934741c539b8cfd1933805e04a3f.tar.xz |
(svn r26780) -Cleanup: remove unused SQUIRREL_API macro
Diffstat (limited to 'src/3rdparty/squirrel/include/sqstdsystem.h')
-rw-r--r-- | src/3rdparty/squirrel/include/sqstdsystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/squirrel/include/sqstdsystem.h b/src/3rdparty/squirrel/include/sqstdsystem.h index 1e9b9b089..552ba178c 100644 --- a/src/3rdparty/squirrel/include/sqstdsystem.h +++ b/src/3rdparty/squirrel/include/sqstdsystem.h @@ -2,6 +2,6 @@ #ifndef _SQSTD_SYSTEMLIB_H_ #define _SQSTD_SYSTEMLIB_H_ -SQUIRREL_API SQInteger sqstd_register_systemlib(HSQUIRRELVM v); +SQInteger sqstd_register_systemlib(HSQUIRRELVM v); #endif /* _SQSTD_SYSTEMLIB_H_ */ |