# HG changeset patch # User Kim F. Storm # Date 1113833396 0 # Node ID fe8f5f0fe1ca0daa5f6d9c7ba5dfbbfb7705d9bd # Parent a31ea8d7f03c81410b4778194d7a259303ae691f (struct window): Remove member overlay_arrow_bitmap. diff -r a31ea8d7f03c -r fe8f5f0fe1ca src/window.h --- a/src/window.h Mon Apr 18 14:09:47 2005 +0000 +++ b/src/window.h Mon Apr 18 14:09:56 2005 +0000 @@ -259,9 +259,6 @@ /* 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;