textbox: remove wrong comment

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-06-26 22:06:47 +02:00
parent 04368236b2
commit 2cdfb71f15
1 changed files with 0 additions and 1 deletions

View File

@ -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)