summaryrefslogtreecommitdiff
path: root/graphics/asymptote/drawsurface.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/drawsurface.h
parentf69513397ac0e1f02c6b4a5f50588d411413271a (diff)
CTAN sync 202201080301
Diffstat (limited to 'graphics/asymptote/drawsurface.h')
-rw-r--r--graphics/asymptote/drawsurface.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/graphics/asymptote/drawsurface.h b/graphics/asymptote/drawsurface.h
index 9ece42a818..4577ae8e17 100644
--- a/graphics/asymptote/drawsurface.h
+++ b/graphics/asymptote/drawsurface.h
@@ -60,11 +60,7 @@ public:
}
void init() {
-#ifdef HAVE_LIBOSMESA
- billboard=false;
-#else
billboard=interaction == BILLBOARD;
-#endif
centerIndex=0;
}
@@ -532,11 +528,7 @@ public:
public:
void init() {
-#ifdef HAVE_LIBOSMESA
- billboard=false;
-#else
billboard=interaction == BILLBOARD;
-#endif
centerIndex=0;
}