summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/bezier.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/bezier.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/bezier.asy1
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/texmf/doc/asymptote/examples/bezier.asy b/Master/texmf/doc/asymptote/examples/bezier.asy
deleted file mode 100644
index 1c168042c05..00000000000
--- a/Master/texmf/doc/asymptote/examples/bezier.asy
+++ /dev/null
@@ -1 +0,0 @@
-label("$(1-t)^3z_0+3t(1-t)^2c_0+3t^2(1-t)c_1+t^3z_1\qquad 0\le t\le 1$.",(0,0));