summaryrefslogtreecommitdiff
path: root/src/main-xaw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-xaw.c')
-rw-r--r--src/main-xaw.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main-xaw.c b/src/main-xaw.c
index 8795e00d..8de36a95 100644
--- a/src/main-xaw.c
+++ b/src/main-xaw.c
@@ -852,14 +852,6 @@ static void Redisplay(AngbandWidget wnew, XEvent *xev, Region region)
/* Activate the old term */
Term_activate(&old_td->t);
-
-
-#if 0
- if (XtHasCallbacks((Widget)widget, XtNredrawCallback) == XtCallbackHasSome)
- {
- XtCallCallbacks((Widget)widget, XtNredrawCallback, NULL);
- }
-#endif /* 0 */
}