]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp.h (duration_to_sec_usec): Remove unused decl.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Aug 2012 05:14:06 +0000 (22:14 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Aug 2012 05:14:06 +0000 (22:14 -0700)
src/ChangeLog
src/lisp.h

index a3ae89b86f2e84259b06fd5c2b0c2d217d7369e4..b1b6ac1cc4b8a8e01a473f328a155f84ecee8f64 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lisp.h (duration_to_sec_usec): Remove unused decl.
+
 2012-08-17  Alp Aker  <alp.tekin.aker@gmail.com>
 
        * nsfont.m (ns_ascii_average_width): Send initWithFormat selector
        has at least microseconds now.  All uses removed.
        (update_frame, update_single_window, update_window, update_frame_1)
        (Fsleep_for, sit_for): Port to higher-resolution time stamps.
+       (duration_to_sec_usec): Remove; no longer needed.
 
        * editfns.c (time_overflow): Now extern.
        (Fcurrent_time, Fget_internal_run_time, make_time, lisp_time_argument)
index fb0e44520d6a2829f07db461178103c775caf9f4..8ac01211a1f89e9b35db29a2d8d8e973a59cfa61 100644 (file)
@@ -2682,7 +2682,6 @@ _Noreturn void __executable_start (void);
 #endif
 extern Lisp_Object selected_frame;
 extern Lisp_Object Vwindow_system;
-void duration_to_sec_usec (double, int *, int *);
 extern Lisp_Object sit_for (Lisp_Object, int, int);
 extern void init_display (void);
 extern void syms_of_display (void);