summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/cylinder.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/cylinder.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/cylinder.asy8
1 files changed, 0 insertions, 8 deletions
diff --git a/Master/texmf/doc/asymptote/examples/cylinder.asy b/Master/texmf/doc/asymptote/examples/cylinder.asy
deleted file mode 100644
index 88ff1394bac..00000000000
--- a/Master/texmf/doc/asymptote/examples/cylinder.asy
+++ /dev/null
@@ -1,8 +0,0 @@
-import solids;
-
-size(0,100);
-currentlight=Viewport;
-
-revolution r=cylinder(O,1,1.5,Y+Z);
-draw(surface(r),green,render(merge=true));
-draw(r,blue);