summaryrefslogtreecommitdiff
path: root/src/main-x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-x11.c')
-rw-r--r--src/main-x11.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main-x11.c b/src/main-x11.c
index 30f67173..41d629cd 100644
--- a/src/main-x11.c
+++ b/src/main-x11.c
@@ -2163,11 +2163,6 @@ static errr Term_xtra_x11(int n, int v)
/* Clear the screen, and redraw any selection later. */
case TERM_XTRA_CLEAR: Infowin_wipe(); s_ptr->drawn = FALSE; return (0);
- /* Delay for some milliseconds */
- case TERM_XTRA_DELAY:
- usleep(1000 * v);
- return (0);
-
/* React to changes */
case TERM_XTRA_REACT: return (Term_xtra_x11_react());