summaryrefslogtreecommitdiff
path: root/iup/src/mot/iupmot_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'iup/src/mot/iupmot_common.c')
-rwxr-xr-xiup/src/mot/iupmot_common.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/iup/src/mot/iupmot_common.c b/iup/src/mot/iupmot_common.c
index 554504f..286e075 100755
--- a/iup/src/mot/iupmot_common.c
+++ b/iup/src/mot/iupmot_common.c
@@ -235,12 +235,6 @@ void iupdrvRedrawNow(Ihandle *ih)
XmUpdateDisplay(ih->handle);
}
-void iupdrvSetRedraw(Ihandle *ih, int value)
-{
- (void)ih;
- (void)value;
-}
-
void iupdrvScreenToClient(Ihandle* ih, int *x, int *y)
{
Window child;