summaryrefslogtreecommitdiff
path: root/iup/srclua3
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-09-09 22:30:21 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-09-09 23:00:56 +0200
commitf067ce79b19e7f23940510dfa88fb5fc9febc41d (patch)
tree8ea080376ce5689d8249abcb2edc18637beb9cc7 /iup/srclua3
parent118211dab6af167167ce643d40607e6753b0e000 (diff)
Removing SetRedraw, and trying a bulk method instead.
Diffstat (limited to 'iup/srclua3')
-rwxr-xr-xiup/srclua3/iuplua_api.c6
1 files changed, 0 insertions, 6 deletions
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 },