mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-13 09:32:47 +00:00
* w32fns.c, xfaces.c: Remove obsolete static declarations.
This commit is contained in:
parent
dd86ea1155
commit
97b372d714
@ -1,3 +1,9 @@
|
||||
2010-07-23 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* w32fns.c (x_edge_detection):
|
||||
* xfaces.c (may_use_scalable_font_p):
|
||||
Remove obsolete static declarations.
|
||||
|
||||
2010-07-20 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* alloc.c (emacs_blocked_free, emacs_blocked_malloc)
|
||||
|
@ -439,8 +439,6 @@ void x_explicitly_set_name (struct frame *, Lisp_Object, Lisp_Object);
|
||||
void x_set_menu_bar_lines (struct frame *, Lisp_Object, Lisp_Object);
|
||||
void x_set_title (struct frame *, Lisp_Object, Lisp_Object);
|
||||
void x_set_tool_bar_lines (struct frame *, Lisp_Object, Lisp_Object);
|
||||
static void x_edge_detection (struct frame *, struct image *, Lisp_Object,
|
||||
Lisp_Object);
|
||||
|
||||
|
||||
|
||||
|
@ -513,7 +513,6 @@ struct named_merge_point;
|
||||
static void map_tty_color (struct frame *, struct face *,
|
||||
enum lface_attribute_index, int *);
|
||||
static Lisp_Object resolve_face_name (Lisp_Object, int);
|
||||
static int may_use_scalable_font_p (const char *);
|
||||
static void set_font_frame_param (Lisp_Object, Lisp_Object);
|
||||
static int get_lface_attributes (struct frame *, Lisp_Object, Lisp_Object *,
|
||||
int, struct named_merge_point *);
|
||||
|
Loading…
Reference in New Issue
Block a user