From f067ce79b19e7f23940510dfa88fb5fc9febc41d Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Thu, 9 Sep 2010 22:30:21 +0200 Subject: Removing SetRedraw, and trying a bulk method instead. --- iup/srclua5/iuplua_api.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'iup/srclua5') diff --git a/iup/srclua5/iuplua_api.c b/iup/srclua5/iuplua_api.c index 3fc73a1..27adffe 100755 --- a/iup/srclua5/iuplua_api.c +++ b/iup/srclua5/iuplua_api.c @@ -725,12 +725,6 @@ static int Redraw(lua_State *L) return 0; } -static int SetRedraw(lua_State *L) -{ - IupSetRedraw(iuplua_checkihandle(L,1), luaL_checkinteger(L, 2)); - return 0; -} - static int ShowXY(lua_State *L) { Ihandle *ih = iuplua_checkihandle(L,1); @@ -870,7 +864,6 @@ void iupluaapi_open(lua_State * L) {"UpdateChildren", UpdateChildren}, {"SaveImageAsText", SaveImageAsText}, {"Redraw", Redraw}, - {"SetRedraw", SetRedraw}, {"ShowXY", ShowXY}, {"StoreAttribute", StoreAttribute}, {"StoreGlobal", StoreGlobal}, -- cgit v1.2.3