summaryrefslogtreecommitdiff
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-10-17 07:27:43 +0000
committerRichard M. Stallman <rms@gnu.org>1994-10-17 07:27:43 +0000
commit5b703767f2d5970ec7ddf8b6d6da26fba4d5f67a (patch)
tree3fc12ba2cee471b6ed4ac26fa9ae48ce11deba5a /src/dispextern.h
parent66ebb0408dbdaf8d3170ad8896846326fb77ae01 (diff)
downloademacs-5b703767f2d5970ec7ddf8b6d6da26fba4d5f67a.tar.gz
(struct face): Delete cached_index field.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 8826ebdecc5..8d5f23ab2e2 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -29,13 +29,6 @@ struct face
/* 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;