diff options
Diffstat (limited to 'iup/src/iup_drv.h')
-rwxr-xr-x | iup/src/iup_drv.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/iup/src/iup_drv.h b/iup/src/iup_drv.h index ec8a253..1071347 100755 --- a/iup/src/iup_drv.h +++ b/iup/src/iup_drv.h @@ -66,10 +66,6 @@ void iupdrvPostRedraw(Ihandle *ih); * \ingroup drv */ void iupdrvRedrawNow(Ihandle *ih); -/** Sets if a control is drawable or not. - * \ingroup drv */ -void iupdrvSetRedraw(Ihandle *ih, int value); - /** Reparent the native control. * \ingroup drv */ void iupdrvReparent(Ihandle* ih); |