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/src/iup_layout.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'iup/src/iup_layout.c') diff --git a/iup/src/iup_layout.c b/iup/src/iup_layout.c index fc9dcf6..9387135 100755 --- a/iup/src/iup_layout.c +++ b/iup/src/iup_layout.c @@ -91,16 +91,6 @@ void IupRedraw(Ihandle* ih, int children) iLayoutDisplayRedrawChildren(ih); } -void IupSetRedraw(Ihandle* ih, int value) -{ - iupASSERT(iupObjectCheck(ih)); - if (!iupObjectCheck(ih)) - return; - - if (ih->handle && ih->iclass->nativetype != IUP_TYPEVOID) - iupdrvSetRedraw(ih, value); -} - void iupLayoutUpdate(Ihandle* ih) { Ihandle* child; -- cgit v1.2.3