mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
acme Mail: drop noscroll
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4539098
This commit is contained in:
parent
dd6ebdf570
commit
363062eab4
1 changed files with 0 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue