Remove a duplicate declaration.

The issue was discovered by GCC-4.4.
This commit is contained in:
Mark de Wever 2013-12-07 16:26:35 +01:00
parent 316da34400
commit 923e85b773

View file

@ -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.
*/