summaryrefslogtreecommitdiff
path: root/graphics/asymptote/drawpath3.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-01-08 03:01:04 +0000
committerNorbert Preining <norbert@preining.info>2022-01-08 03:01:04 +0000
commitcd2e7ab7ef89a5c3c1935281009729bff0f357e2 (patch)
treeb2cb311dd3561c52157b2482d6558f9ef76f7136 /graphics/asymptote/drawpath3.h
parentf69513397ac0e1f02c6b4a5f50588d411413271a (diff)
CTAN sync 202201080301
Diffstat (limited to 'graphics/asymptote/drawpath3.h')
-rw-r--r--graphics/asymptote/drawpath3.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/asymptote/drawpath3.h b/graphics/asymptote/drawpath3.h
index c4153909ba..c870675188 100644
--- a/graphics/asymptote/drawpath3.h
+++ b/graphics/asymptote/drawpath3.h
@@ -35,11 +35,7 @@ public:
BezierCurve R;
#endif
void init() {
-#ifdef HAVE_LIBOSMESA
- billboard=false;
-#else
billboard=interaction == BILLBOARD;
-#endif
centerIndex=0;
}