From bce17e5e25915a10a19f40d922f7094717a44f32 Mon Sep 17 00:00:00 2001 From: Vojtech Bubnik Date: Wed, 5 May 2021 15:05:52 +0200 Subject: [PATCH] Fixing perl integration --- xs/xsp/Print.xsp | 1 - 1 file changed, 1 deletion(-) diff --git a/xs/xsp/Print.xsp b/xs/xsp/Print.xsp index 9e632bd5343..a7b4e562f3d 100644 --- a/xs/xsp/Print.xsp +++ b/xs/xsp/Print.xsp @@ -32,7 +32,6 @@ _constant() Ref config() %code%{ RETVAL = &THIS->config(); %}; - Ref print(); }; %name{Slic3r::Print::Object} class PrintObject {