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 {