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/glcanvas.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'iup/srclua5/glcanvas.lua') diff --git a/iup/srclua5/glcanvas.lua b/iup/srclua5/glcanvas.lua index 6a3fe75..f8c8891 100755 --- a/iup/srclua5/glcanvas.lua +++ b/iup/srclua5/glcanvas.lua @@ -28,12 +28,6 @@ int luaopen_iupluagl(lua_State* L) return iupgllua_open(L); } -/* obligatory to use require"iupluagl51" */ -int luaopen_iupluagl51(lua_State* L) -{ - return iupgllua_open(L); -} - ]] } -- cgit v1.2.3