]> code.delx.au - gnu-emacs/blobdiff - src/atimer.h
Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).
[gnu-emacs] / src / atimer.h
index 798181fcd7f1f8ff463e7c5e2aa2385d9b21f75d..4282bab49bae156ee7bd69fc8e30c9eb2e44e10c 100644 (file)
@@ -1,5 +1,5 @@
 /* Asynchronous timers.
-   Copyright (C) 2000-2011  Free Software Foundation, Inc.
+   Copyright (C) 2000-2012  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -76,8 +76,6 @@ void do_pending_atimers (void);
 void init_atimer (void);
 void turn_on_atimers (int);
 void stop_other_atimers (struct atimer *);
-void run_all_atimers (void);
 Lisp_Object unwind_stop_other_atimers (Lisp_Object);
 
 #endif /* EMACS_ATIMER_H */
-