summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/asymptote/graph3.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/asymptote/graph3.asy')
-rw-r--r--Master/texmf-dist/asymptote/graph3.asy2
1 files changed, 0 insertions, 2 deletions
diff --git a/Master/texmf-dist/asymptote/graph3.asy b/Master/texmf-dist/asymptote/graph3.asy
index fd7871e1547..ed098309740 100644
--- a/Master/texmf-dist/asymptote/graph3.asy
+++ b/Master/texmf-dist/asymptote/graph3.asy
@@ -4,8 +4,6 @@ private import math;
import graph;
import three;
-triple zero3(real) {return O;}
-
typedef triple direction3(real);
direction3 Dir(triple dir) {return new triple(real) {return dir;};}