aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 4a5ff0894f1..666acfec773 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -4388,10 +4388,6 @@ start_hourglass ()
4388 EMACS_TIME delay; 4388 EMACS_TIME delay;
4389 int secs, usecs = 0; 4389 int secs, usecs = 0;
4390 4390
4391 /* Don't bother for ttys. */
4392 if (NILP (Vwindow_system))
4393 return;
4394
4395 cancel_hourglass (); 4391 cancel_hourglass ();
4396 4392
4397 if (INTEGERP (Vhourglass_delay) 4393 if (INTEGERP (Vhourglass_delay)