aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2005-04-18 14:09:47 +0000
committerKim F. Storm <[email protected]>2005-04-18 14:09:47 +0000
commitc21f77c70d18c8c9dd6a1033530399e423f82f1d (patch)
tree4ca1872552399b4c382fa12b92bec62b6d59f85e
parenta8b34fae0031b8280203f39e49691984b510258b (diff)
(make_window): Don't initialize overlay_arrow_bitmap.
-rw-r--r--src/window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 1070f8cf37..cdddc0da82 100644
--- a/src/window.c
+++ b/src/window.c
@@ -286,7 +286,6 @@ make_window ()
p->fringes_outside_margins = Qnil;
p->scroll_bar_width = Qnil;
p->vertical_scroll_bar_type = Qt;
- p->overlay_arrow_bitmap = 0;
Vwindow_list = Qnil;
return val;