acme Mail: drop noscroll

R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/4539098
This commit is contained in:
David du Colombier 2011-06-01 18:12:12 -04:00 committed by Russ Cox
parent dd6ebdf570
commit 363062eab4

View file

@ -17,7 +17,6 @@ newwindow(void)
if(w->ctl == nil || fsread(w->ctl, buf, 12)!=12)
error("can't open window ctl file: %r");
ctlprint(w->ctl, "noscroll\n");
w->id = atoi(buf);
w->event = winopenfile(w, "event");
w->addr = nil; /* will be opened when needed */