changeset 96019:6cece6cbe017

* dispextern.h (lookup_non_ascii_face, split_font_name_into_vector) (build_font_name_from_vector): Delete externs. * xfaces.c (struct font_name): Don't declare.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 16 Jun 2008 22:42:46 +0000
parents 47c289fef3ec
children b52fa52cd0fa
files src/ChangeLog src/dispextern.h src/xfaces.c
diffstat 3 files changed, 8 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Jun 16 20:36:55 2008 +0000
+++ b/src/ChangeLog	Mon Jun 16 22:42:46 2008 +0000
@@ -1,3 +1,10 @@
+2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
+
+	* dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
+	(build_font_name_from_vector): Delete externs.
+
+	* xfaces.c (struct font_name): Don't declare.
+
 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
@@ -1279,7 +1286,7 @@
 	change of font-related objects.
 	(syms_of_font): Delete "ifdef USE_FONT_BACKEND".  DEFSYM new symbols.
 
-	* fontset.h (struct font_info): Delete it.  Most memnbers go to
+	* fontset.h (struct font_info): Delete it.  Most members go to
 	struct font.
 	(FONT_ENCODING_NOT_DECIDED): Moved to font.h.
 	(enum FONT_SPEC_INDEX): Delete it.
--- a/src/dispextern.h	Mon Jun 16 20:36:55 2008 +0000
+++ b/src/dispextern.h	Mon Jun 16 22:42:46 2008 +0000
@@ -2855,7 +2855,6 @@
 void prepare_face_for_display P_ ((struct frame *, struct face *));
 int xstrcasecmp P_ ((const unsigned char *, const unsigned char *));
 int lookup_face P_ ((struct frame *, Lisp_Object *));
-int lookup_non_ascii_face P_ ((struct frame *, int, struct face *));
 int lookup_named_face P_ ((struct frame *, Lisp_Object, int));
 int lookup_basic_face P_ ((struct frame *, int));
 int smaller_face P_ ((struct frame *, int, int));
@@ -2883,8 +2882,6 @@
 extern Lisp_Object Qforeground_color, Qbackground_color;
 extern Lisp_Object Qframe_set_background_mode;
 extern char unspecified_fg[], unspecified_bg[];
-extern Lisp_Object split_font_name_into_vector P_ ((Lisp_Object));
-extern Lisp_Object build_font_name_from_vector P_ ((Lisp_Object));
 
 extern Lisp_Object Vface_remapping_alist;
 
--- a/src/xfaces.c	Mon Jun 16 20:36:55 2008 +0000
+++ b/src/xfaces.c	Mon Jun 16 22:42:46 2008 +0000
@@ -503,7 +503,6 @@
 
 /* Function prototypes.  */
 
-struct font_name;
 struct table_entry;
 struct named_merge_point;