From 4f8f6196864770f01f33d16c0d147f61bc3cbdd1 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Thu, 23 Jan 2020 10:35:03 +0100 Subject: [PATCH] Fixed Perl bindings after refactoring. --- xs/xsp/Print.xsp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xs/xsp/Print.xsp b/xs/xsp/Print.xsp index 74c0f4b0c..2e329bfa6 100644 --- a/xs/xsp/Print.xsp +++ b/xs/xsp/Print.xsp @@ -48,12 +48,8 @@ _constant() Ref model_object(); Ref config() %code%{ RETVAL = &THIS->config(); %}; - Points copies(); Clone bounding_box(); - Points _shifted_copies() - %code%{ RETVAL = THIS->copies(); %}; - size_t layer_count(); Ref get_layer(int idx);