From 4ffd67ef7a9a1a465d2a8cc35a785edb149de24a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 28 Sep 2009 22:01:49 +0000 Subject: asymptote 1.87 git-svn-id: svn://tug.org/texlive/trunk@15535 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/asymptote/runmath.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Build/source/utils/asymptote/runmath.cc') diff --git a/Build/source/utils/asymptote/runmath.cc b/Build/source/utils/asymptote/runmath.cc index 5cd0f0a3269..445f426f891 100644 --- a/Build/source/utils/asymptote/runmath.cc +++ b/Build/source/utils/asymptote/runmath.cc @@ -59,12 +59,6 @@ double *copyTripleArray2Components(array *a, bool square=true, size_t dim2=0); function *realRealFunction(); -// Return the component of vector v perpendicular to a unit vector u. -inline triple perp(triple v, triple u) -{ - return v-dot(v,u)*u; -} - #define CURRENTPEN processData().currentpen #line 12 "runmath.in" -- cgit v1.2.3