textbox: remove wrong comment
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
04368236b2
commit
2cdfb71f15
|
@ -140,7 +140,6 @@ luaA_textbox_width_set(lua_State *L)
|
||||||
/** The __index method for a textbox object.
|
/** The __index method for a textbox object.
|
||||||
* \param L The Lua VM state.
|
* \param L The Lua VM state.
|
||||||
* \return The number of elements pushed on stack.
|
* \return The number of elements pushed on stack.
|
||||||
* \param The numbre of elements return on the stack.
|
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
luaA_textbox_index(lua_State *L)
|
luaA_textbox_index(lua_State *L)
|
||||||
|
|
Loading…
Reference in New Issue