From 90235ac38654935af3b1105d83a8807c7f89b6b8 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Wed, 23 Jan 2019 15:29:18 +0100 Subject: [PATCH] Fixed layer height profile access from Perl XS --- xs/xsp/Print.xsp | 2 -- 1 file changed, 2 deletions(-) diff --git a/xs/xsp/Print.xsp b/xs/xsp/Print.xsp index aa90a3ad9..b8662dcd8 100644 --- a/xs/xsp/Print.xsp +++ b/xs/xsp/Print.xsp @@ -49,8 +49,6 @@ _constant() Ref config() %code%{ RETVAL = &THIS->config(); %}; Points copies(); - std::vector layer_height_profile() - %code%{ RETVAL = THIS->layer_height_profile; %}; Clone bounding_box(); Points _shifted_copies()