changeset 9568:0ea557ca2caa

(struct face): Delete cached_index field.
author Richard M. Stallman <rms@gnu.org>
date Mon, 17 Oct 1994 07:27:43 +0000
parents cf4f4c8a3ef6
children 943acba6d366
files src/dispextern.h
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispextern.h	Mon Oct 17 07:26:30 1994 +0000
+++ b/src/dispextern.h	Mon Oct 17 07:27:43 1994 +0000
@@ -29,13 +29,6 @@
     /* If this is non-zero, it is a GC we can use without modification
        to represent this face.  */
     GC gc;
-
-    /* If we have ever called get_cached_face on this face structure,
-       here is the index in face_vector of the face it returned.  It
-       might not be valid any more, but it's a good place to start
-       looking; get_cached_face tries to use this to avoid searching
-       all of face_vector.  */
-    int cached_index;
   
     /* Pixel value for foreground color.  */
     EMACS_UINT foreground;