diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-11 23:27:22 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-11 23:27:22 -0700 |
commit | 435f4c28d3921770b107973ecb45e36b719eb4c3 (patch) | |
tree | c7ae1493462b030516236665299a6abe81bcff49 /src/dispextern.h | |
parent | 8524aef308e0fe9955cfab9dc5c41ca62f7865cd (diff) | |
download | emacs-435f4c28d3921770b107973ecb45e36b719eb4c3.tar.gz |
* xfaces.c: Make symbols static if they're not exported.
* dispextern.h (ascii_face_of_lisp_face, free_realized_face):
Remove decls.
* xterm.h (defined_color): Remove decls.
(x_free_dpy_colors): Declare only if USE_X_TOOLKIT.
* xfaces.c (tty_suppress_bold_inverse_default_colors_p):
(menu_face_changed_default, defined_color, free_realized_face):
(x_free_dpy_colors): Define only if USE_X_TOOLKIT.
(ascii_face_of_lisp_face): Remove; unused.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index a7ed24dd320..6d89fe69334 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -3131,7 +3131,6 @@ unsigned long load_color (struct frame *, struct face *, Lisp_Object, void unload_color (struct frame *, unsigned long); char *choose_face_font (struct frame *, Lisp_Object *, Lisp_Object, int *); -int ascii_face_of_lisp_face (struct frame *, int); void prepare_face_for_display (struct frame *, struct face *); int xstrcasecmp (const char *, const char *); int lookup_named_face (struct frame *, Lisp_Object, int); @@ -3157,7 +3156,6 @@ int face_at_string_position (struct window *w, Lisp_Object string, int merge_faces (struct frame *, Lisp_Object, int, int); int compute_char_face (struct frame *, int, Lisp_Object); void free_all_realized_faces (Lisp_Object); -void free_realized_face (struct frame *, struct face *); extern Lisp_Object Qforeground_color, Qbackground_color; extern Lisp_Object Qframe_set_background_mode; extern char unspecified_fg[], unspecified_bg[]; |