summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2006-10-26 20:21:01 +0000
committerRich Felker <dalias@aerifal.cx>2006-10-26 20:21:01 +0000
commitb97a486c34c343ab18bf16aef507478992af0625 (patch)
treebe5eaf5fdb727ce4a542c23e18dae0ac840a4999
parentd6121c0d1fcf97204558cc43b7896204ea260052 (diff)
downloaduuterm-b97a486c34c343ab18bf16aef507478992af0625.tar.gz
no need to check this
-rw-r--r--xlib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xlib.c b/xlib.c
index e783458..99c7573 100644
--- a/xlib.c
+++ b/xlib.c
@@ -235,8 +235,6 @@ void uudisp_next_event(struct uudisp *d, void *fds)
p->pastebuf = NULL;
}
- if (!FD_ISSET(p->fd, (fd_set *)fds)) return;
-
while (XCheckIfEvent(p->display, &ev, keyev_pred, (void *)d)) {
if (XFilterEvent(&ev, 0)) continue;
switch (ev.type) {