Remove a duplicate declaration.
The issue was discovered by GCC-4.4.
This commit is contained in:
parent
316da34400
commit
923e85b773
1 changed files with 0 additions and 5 deletions
|
@ -120,11 +120,6 @@ bool luaW_pcall(lua_State *L, int nArgs, int nRets, bool allow_wml_error = false
|
|||
*/
|
||||
bool luaW_getglobal(lua_State *L, ...);
|
||||
|
||||
/**
|
||||
* Converts a Lua value to a unit pointer.
|
||||
*/
|
||||
unit *luaW_tounit(lua_State *L, int index, bool only_on_map);
|
||||
|
||||
/**
|
||||
* Converts a Lua value to a unit pointer.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue