diff options
Diffstat (limited to 'iup/srclua5/ctrl_template.lua')
-rwxr-xr-x | iup/srclua5/ctrl_template.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/iup/srclua5/ctrl_template.lua b/iup/srclua5/ctrl_template.lua index d7f509e..0686a99 100755 --- a/iup/srclua5/ctrl_template.lua +++ b/iup/srclua5/ctrl_template.lua @@ -72,10 +72,6 @@ static int myControl (lua_State * L) ]] extracode = [[ -- [optional] extra fucntions to be defined in C. -int luaopen_iupluamycontrol51(lua_State* L) -{ - return iupmycontrollua_open(L); -} ]] } |