From: Kim F. Storm Date: Mon, 18 Apr 2005 14:09:56 +0000 (+0000) Subject: (struct window): Remove member overlay_arrow_bitmap. X-Git-Tag: ttn-vms-21-2-B4~918 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f34b6bd0122ab2aaba4e4cf33003029f2767ae7;p=emacs.git (struct window): Remove member overlay_arrow_bitmap. --- diff --git a/src/window.h b/src/window.h index d8f98444ae9..d77e0a6f56f 100644 --- a/src/window.h +++ b/src/window.h @@ -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;