From 0c6b475508ec247169c3b3f5c7ef9dc34df41e9e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 17 Oct 1994 07:27:43 +0000 Subject: [PATCH] (struct face): Delete cached_index field. --- src/dispextern.h | 7 ------- 1 file changed, 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; -- 2.39.5