aboutsummaryrefslogtreecommitdiffstats
path: root/src/atimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/atimer.h')
-rw-r--r--src/atimer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/atimer.h b/src/atimer.h
index 798181fcd7f..8035681b225 100644
--- a/src/atimer.h
+++ b/src/atimer.h
@@ -76,8 +76,6 @@ void do_pending_atimers (void);
76void init_atimer (void); 76void init_atimer (void);
77void turn_on_atimers (int); 77void turn_on_atimers (int);
78void stop_other_atimers (struct atimer *); 78void stop_other_atimers (struct atimer *);
79void run_all_atimers (void);
80Lisp_Object unwind_stop_other_atimers (Lisp_Object); 79Lisp_Object unwind_stop_other_atimers (Lisp_Object);
81 80
82#endif /* EMACS_ATIMER_H */ 81#endif /* EMACS_ATIMER_H */
83