Mercurial > emacs
diff src/alloc.c @ 109501:c02e8765755d
Remove unused static functions.
* alloc.c (free_float)
* font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse)
* frame.c (delete_frame_handler)
* ralloc.c (reorder_bloc)
* w32menu.c (menubar_id_to_frame, add_left_right_boundary)
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Fri, 23 Jul 2010 19:50:14 +0200 |
| parents | d12162869c07 |
| children | 0781924c2a38 |
line wrap: on
line diff
--- a/src/alloc.c Fri Jul 23 15:58:52 2010 +0200 +++ b/src/alloc.c Fri Jul 23 19:50:14 2010 +0200 @@ -2538,16 +2538,6 @@ } -/* Explicitly free a float cell by putting it on the free-list. */ - -static void -free_float (struct Lisp_Float *ptr) -{ - ptr->u.chain = float_free_list; - float_free_list = ptr; -} - - /* Return a new float object with value FLOAT_VALUE. */ Lisp_Object
