summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/asymptote/animation.asy
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-02-28 18:48:48 +0000
committerKarl Berry <karl@freefriends.org>2019-02-28 18:48:48 +0000
commit3a9439b815af6c2d41c60f6694d88f2852544442 (patch)
tree6cc1c05e02ef84a1aeb2448b30814d7fc360ed9e /Master/texmf-dist/asymptote/animation.asy
parent61a286ce26800c5976ff5c8c8795dc7eea404fd2 (diff)
asymptote 2.47 support files
git-svn-id: svn://tug.org/texlive/trunk@50168 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/asymptote/animation.asy')
-rw-r--r--Master/texmf-dist/asymptote/animation.asy4
1 files changed, 0 insertions, 4 deletions
diff --git a/Master/texmf-dist/asymptote/animation.asy b/Master/texmf-dist/asymptote/animation.asy
index 270adce713a..e2fd1ea18c9 100644
--- a/Master/texmf-dist/asymptote/animation.asy
+++ b/Master/texmf-dist/asymptote/animation.asy
@@ -56,7 +56,6 @@ struct animation {
string format=nativeformat();
plain.shipout(name,f,format=format,view=false);
files.push(name+"."+format);
- shipped=false;
}
void add(picture pic=currentpicture, enclosure enclosure=NoBox) {
@@ -119,7 +118,6 @@ struct animation {
plain.shipout(prefix,multi,view=view);
settings.inlinetex=inlinetex;
}
- shipped=true;
}
string load(int frames, real delay=animationdelay, string options="",
@@ -152,8 +150,6 @@ struct animation {
if(global)
export(filename,enclosure,multipage=multipage);
- shipped=false;
-
if(!keep) {
exitfcn currentexitfunction=atexit();
void exitfunction() {