diff options
Diffstat (limited to 'src/cmd/pic/linegen.c')
-rw-r--r-- | src/cmd/pic/linegen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd/pic/linegen.c b/src/cmd/pic/linegen.c index eab268f5..e0db5fc6 100644 --- a/src/cmd/pic/linegen.c +++ b/src/cmd/pic/linegen.c @@ -20,7 +20,7 @@ obj *linegen(int type) double dx[500], dy[500]; int ndxy; double nx, ny; - Attr *ap, *chop_ap[4]; + Attr *ap; nx = curx; ny = cury; @@ -133,7 +133,6 @@ obj *linegen(int type) else chop2 = ap->a_val.f; } - chop_ap[chop++] = ap; break; case FILL: battr |= FILLBIT; |