summaryrefslogtreecommitdiff
path: root/graphics/asymptote/runpicture.in
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/runpicture.in')
-rw-r--r--graphics/asymptote/runpicture.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/asymptote/runpicture.in b/graphics/asymptote/runpicture.in
index 696e303ace..98d7b008d6 100644
--- a/graphics/asymptote/runpicture.in
+++ b/graphics/asymptote/runpicture.in
@@ -525,7 +525,6 @@ void deconstruct(picture *f, picture *preamble=NULL, transform T=identity)
const string Done="Done";
const string Error="Error";
- unsigned arg=0;
xmap_t xmap=processData().xmap;
transform Tinv=inverse(T);
@@ -606,7 +605,6 @@ void deconstruct(picture *f, picture *preamble=NULL, transform T=identity)
}
fflush(pipeout);
- ++arg;
}
} else {
drawElement *e=t.isIdentity() ? *p : (*p)->transformed(t);