]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct window): Remove member overlay_arrow_bitmap.
authorKim F. Storm <storm@cua.dk>
Mon, 18 Apr 2005 14:09:56 +0000 (14:09 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 18 Apr 2005 14:09:56 +0000 (14:09 +0000)
src/window.h

index d8f98444ae931195d1b7f45b0c51429cd4af4e41..d77e0a6f56ff11730f3cac7a5bb76f4df5e3fefa 100644 (file)
@@ -259,9 +259,6 @@ struct window
     /* This is handy for undrawing the cursor.  */
     int phys_cursor_ascent, phys_cursor_height;
 
-    /* Alternate overlay-arrow-bitmap in this window.  */
-    int overlay_arrow_bitmap;
-
     /* Non-zero means the cursor is currently displayed.  This can be
        set to zero by functions overpainting the cursor image.  */
     unsigned phys_cursor_on_p : 1;