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/olecontrol.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'iup/srclua5/olecontrol.lua') diff --git a/iup/srclua5/olecontrol.lua b/iup/srclua5/olecontrol.lua index ab7afd5..12c2ab8 100755 --- a/iup/srclua5/olecontrol.lua +++ b/iup/srclua5/olecontrol.lua @@ -25,12 +25,6 @@ int luaopen_iupluaole(lua_State* L) return iupolelua_open(L); } -/* obligatory to use require"iupluaole51" */ -int luaopen_iupluaole51(lua_State* L) -{ - return iupolelua_open(L); -} - ]] } -- cgit v1.2.3