changeset 1438:57f20a185901

Same. * xfns.c (x_set_face): Dyked out this function; it has no callers, and refers to an obsolete version of struct face.
author Jim Blandy <jimb@redhat.com>
date Mon, 19 Oct 1992 18:36:13 +0000
parents 36ef55ecb265
children b3b2d1181d3a
files src/xfns.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Mon Oct 19 18:33:14 1992 +0000
+++ b/src/xfns.c	Mon Oct 19 18:36:13 1992 +0000
@@ -1287,6 +1287,9 @@
 #ifdef HAVE_X11
 int n_faces;
 
+#if 0
+/* I believe this function is obsolete with respect to the new face display
+   changes.  */
 x_set_face (scr, font, background, foreground, stipple)
      struct frame *scr;
      XFontStruct *font;
@@ -1338,6 +1341,7 @@
   x_face_table[++n_faces] = new_face;
   return 1;
 }
+#endif
 
 x_set_glyph (scr, glyph)
 {