summaryrefslogtreecommitdiff
path: root/src/main-xaw.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-28 11:16:30 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-28 11:21:03 +0200
commitd37a1238a94362ebfdebfdc3daf662cd3ba714af (patch)
treed886275e6a6009114a67ae4f7bb3132e3cb3fdd9 /src/main-xaw.c
parentf9ff5f7b2be06310695c08d9ee16650b5d54f414 (diff)
Remove #if 0'd code
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 */
}