summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/NextEvent.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/NextEvent.c b/src/NextEvent.c
index 1185a42..a686bb3 100644
--- a/src/NextEvent.c
+++ b/src/NextEvent.c
@@ -1269,9 +1269,6 @@ void XtAppNextEvent(
if (d != -1) {
GotEvent:
XNextEvent (app->list[d], event);
-#ifdef XTHREADS
- /* assert(app->list[d] == event->xany.display); */
-#endif
app->last = (short) d;
if (event->xany.type == MappingNotify)
_XtRefreshMapping(event, False);
@@ -1383,9 +1380,6 @@ void XtAppProcessEvent(
if (mask & XtIMXEvent && d != -1) {
GotEvent:
XNextEvent(app->list[d], &event);
-#ifdef XTHREADS
- /* assert(app->list[d] == event.xany.display); */
-#endif
app->last = (short) d;
if (event.xany.type == MappingNotify) {
_XtRefreshMapping(&event, False);