From 92efe73791d0998536042bfab5a1babc67d168c7 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Thu, 9 Sep 2010 01:06:43 +0200 Subject: Upgrading to IM 3.6.2, and doing some cleanup at the same time. --- im/src/lua5/imlua.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'im/src/lua5/imlua.c') diff --git a/im/src/lua5/imlua.c b/im/src/lua5/imlua.c index 7e5c328..48224c2 100755 --- a/im/src/lua5/imlua.c +++ b/im/src/lua5/imlua.c @@ -2,7 +2,7 @@ * \brief IM Lua 5 Binding * * See Copyright Notice in im_lib.h - * $Id: imlua.c,v 1.2 2008/12/11 19:02:49 scuri Exp $ + * $Id: imlua.c,v 1.3 2010/06/07 20:59:32 scuri Exp $ */ #include @@ -245,8 +245,3 @@ int luaopen_imlua(lua_State *L) { return imlua_open(L); } - -int luaopen_imlua51(lua_State *L) -{ - return imlua_open(L); -} -- cgit v1.2.3