Function prototype not needed.

This commit is contained in:
David Walter Seikel 2013-05-22 12:56:15 +10:00
parent d6b3e8848a
commit 01ad3d9a66
1 changed files with 0 additions and 2 deletions

View File

@ -1703,8 +1703,6 @@ In the following, "evas_object" is a place holder for any lua variable that
holds a reference to an evas object.
*/
static int _elua_obj_del(lua_State *L);
static int _elua_hide(lua_State *L);
static int _elua_show(lua_State *L);
static int _elua_visible(lua_State *L);