From 7505e88db66798b2b8fcdff2d92a7136cd826b5b Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Thu, 9 Sep 2010 02:26:30 +0200 Subject: Upgrading to IUP 3.2 - and cleaning up. --- iup/srclua5/iuplua_im.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'iup/srclua5/iuplua_im.c') diff --git a/iup/srclua5/iuplua_im.c b/iup/srclua5/iuplua_im.c index 0d9005d..10a2eda 100755 --- a/iup/srclua5/iuplua_im.c +++ b/iup/srclua5/iuplua_im.c @@ -46,8 +46,3 @@ int luaopen_iupluaim(lua_State* L) return iupimlua_open(L); } -/* obligatory to use require"iupluaim51" */ -int luaopen_iupluaim51(lua_State* L) -{ - return iupimlua_open(L); -} -- cgit v1.2.3