From d21b9aa089e23d347b1c4b7e15eee92708c9bdd9 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 9e632bd53..a7b4e562f 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 {