aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-10-17 07:27:43 +0000
committerRichard M. Stallman1994-10-17 07:27:43 +0000
commit0c6b475508ec247169c3b3f5c7ef9dc34df41e9e (patch)
tree053a80ab1f40594ee0a5d09d7683435657b8d4ec /src
parent92cca945c470548a048bba9b4fa4ef5b2ee782eb (diff)
downloademacs-0c6b475508ec247169c3b3f5c7ef9dc34df41e9e.tar.gz
emacs-0c6b475508ec247169c3b3f5c7ef9dc34df41e9e.zip
(struct face): Delete cached_index field.
Diffstat (limited to 'src')
-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
29 /* If this is non-zero, it is a GC we can use without modification 29 /* If this is non-zero, it is a GC we can use without modification
30 to represent this face. */ 30 to represent this face. */
31 GC gc; 31 GC gc;
32
33 /* If we have ever called get_cached_face on this face structure,
34 here is the index in face_vector of the face it returned. It
35 might not be valid any more, but it's a good place to start
36 looking; get_cached_face tries to use this to avoid searching
37 all of face_vector. */
38 int cached_index;
39 32
40 /* Pixel value for foreground color. */ 33 /* Pixel value for foreground color. */
41 EMACS_UINT foreground; 34 EMACS_UINT foreground;