summaryrefslogtreecommitdiff
path: root/im/src/lua5/imlua.c
diff options
context:
space:
mode:
Diffstat (limited to 'im/src/lua5/imlua.c')
-rwxr-xr-xim/src/lua5/imlua.c7
1 files changed, 1 insertions, 6 deletions
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 <string.h>
@@ -245,8 +245,3 @@ int luaopen_imlua(lua_State *L)
{
return imlua_open(L);
}
-
-int luaopen_imlua51(lua_State *L)
-{
- return imlua_open(L);
-}