* xfaces.c: Make symbols static if they're not exported.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Apr 2011 06:27:22 +0000 (23:27 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Apr 2011 06:27:22 +0000 (23:27 -0700)
commit435f4c28d3921770b107973ecb45e36b719eb4c3
treec7ae1493462b030516236665299a6abe81bcff49
parent8524aef308e0fe9955cfab9dc5c41ca62f7865cd
* 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.
src/ChangeLog
src/dispextern.h
src/xfaces.c
src/xterm.h