]> git.eshelyaron.com Git - emacs.git/commitdiff
(make_window): Don't initialize overlay_arrow_bitmap.
authorKim F. Storm <storm@cua.dk>
Mon, 18 Apr 2005 14:09:47 +0000 (14:09 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 18 Apr 2005 14:09:47 +0000 (14:09 +0000)
src/window.c

index 1070f8cf37c303b91ed963bf9540f79153d47c38..cdddc0da82e3bf5e1d167ad4cf88dcf2b9d22f40 100644 (file)
@@ -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;