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/srclua3/iuplua_api.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'iup/srclua3') diff --git a/iup/srclua3/iuplua_api.c b/iup/srclua3/iuplua_api.c index f9c6b30..a9acf1d 100755 --- a/iup/srclua3/iuplua_api.c +++ b/iup/srclua3/iuplua_api.c @@ -269,11 +269,6 @@ static void Redraw(void) IupRedraw(iuplua_checkihandle(1), luaL_check_int(2)); } -static void SetRedraw(void) -{ - IupSetRedraw(iuplua_checkihandle(1), luaL_check_int(2)); -} - static void VersionNumber(void) { lua_pushnumber(IupVersionNumber()); @@ -687,7 +682,6 @@ int iupluaapi_open(void) { "IupUpdate", Update }, { "IupUpdateChildren", UpdateChildren }, { "IupRedraw", Redraw }, - { "IupSetRedraw", SetRedraw }, { "IupVersionNumber", VersionNumber }, { "IupShowXY", ShowXY }, { "IupHide", Hide }, -- cgit v1.2.3