aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2005-04-18 14:09:56 +0000
committerKim F. Storm2005-04-18 14:09:56 +0000
commit3f34b6bd0122ab2aaba4e4cf33003029f2767ae7 (patch)
treebb85ed295c051dc04c7bc526952569207987e122 /src
parentc21f77c70d18c8c9dd6a1033530399e423f82f1d (diff)
downloademacs-3f34b6bd0122ab2aaba4e4cf33003029f2767ae7.tar.gz
emacs-3f34b6bd0122ab2aaba4e4cf33003029f2767ae7.zip
(struct window): Remove member overlay_arrow_bitmap.
Diffstat (limited to 'src')
-rw-r--r--src/window.h3
1 files changed, 0 insertions, 3 deletions
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
259 /* This is handy for undrawing the cursor. */ 259 /* This is handy for undrawing the cursor. */
260 int phys_cursor_ascent, phys_cursor_height; 260 int phys_cursor_ascent, phys_cursor_height;
261 261
262 /* Alternate overlay-arrow-bitmap in this window. */
263 int overlay_arrow_bitmap;
264
265 /* Non-zero means the cursor is currently displayed. This can be 262 /* Non-zero means the cursor is currently displayed. This can be
266 set to zero by functions overpainting the cursor image. */ 263 set to zero by functions overpainting the cursor image. */
267 unsigned phys_cursor_on_p : 1; 264 unsigned phys_cursor_on_p : 1;