diff options
Diffstat (limited to 'engines/sword25/util/lua/lstate.h')
-rw-r--r-- | engines/sword25/util/lua/lstate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sword25/util/lua/lstate.h b/engines/sword25/util/lua/lstate.h index 94a6249461..05ccb43d5e 100644 --- a/engines/sword25/util/lua/lstate.h +++ b/engines/sword25/util/lua/lstate.h @@ -166,4 +166,3 @@ LUAI_FUNC lua_State *luaE_newthread (lua_State *L); LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1); #endif - |