mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-11 17:16:58 +00:00
Remove a duplicate declaration.
The issue was discovered by GCC-4.4.
This commit is contained in:
parent
316da34400
commit
923e85b773
@ -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, ...);
|
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.
|
* Converts a Lua value to a unit pointer.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user