diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-05-08 18:41:30 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-05-08 18:41:30 +0200 |
commit | 47d131c0881c1285bd39121c1467a674239e499d (patch) | |
tree | 30ad4fca535e241fc9aab0d096742f269f9d332f /sys/src/cmd/abaco | |
parent | 7ea0732c554f65ee52af30c8f6d601e1ba4ee034 (diff) |
abaco: remove strange line
Diffstat (limited to 'sys/src/cmd/abaco')
-rw-r--r-- | sys/src/cmd/abaco/wind.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/abaco/wind.c b/sys/src/cmd/abaco/wind.c index fd108e75f..fb86b9bcb 100644 --- a/sys/src/cmd/abaco/wind.c +++ b/sys/src/cmd/abaco/wind.c @@ -36,7 +36,6 @@ wininit(Window *w, Window *, Rectangle r) r1.min.y = r1.max.y; r1.max.y += font->height; textinit(&w->url, screen, r1, font, tagcols); - w->url. w->url.what = Urltag; r1.min.y = r1.max.y++; draw(screen, r1, tagcols[BORD], nil, ZP); |