summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/path.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-07-11 22:39:53 +0000
committerKarl Berry <karl@freefriends.org>2010-07-11 22:39:53 +0000
commit4e8485b0ddecb55f72929dd6233f254a1e7bf5b0 (patch)
tree354324ee6f54d46053b3ce88fe9dc4acf8e2ed81 /Build/source/utils/asymptote/path.h
parent713bb91ad0467fb3b12acad03cae2fa105ed2caa (diff)
asy 2.02
git-svn-id: svn://tug.org/texlive/trunk@19378 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/path.h')
-rw-r--r--Build/source/utils/asymptote/path.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/path.h b/Build/source/utils/asymptote/path.h
index 858f94fd13b..42f00c9c19c 100644
--- a/Build/source/utils/asymptote/path.h
+++ b/Build/source/utils/asymptote/path.h
@@ -277,7 +277,6 @@ public:
pair preaccel(Int t) const {
if(!cycles && t <= 0) return pair(0,0);
- pair z0=point(t-1);
pair c0=postcontrol(t-1);
pair c1=precontrol(t);
pair z1=point(t);