From: Richard M. Stallman Date: Mon, 17 Oct 1994 07:27:43 +0000 (+0000) Subject: (struct face): Delete cached_index field. X-Git-Tag: emacs-19.34~6286 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0c6b475508ec247169c3b3f5c7ef9dc34df41e9e;p=emacs.git (struct face): Delete cached_index field. --- 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;