From b28069fe5fc246e778e6c7f58563b122aac1b874 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Sun, 13 Nov 2016 16:46:17 -0600 Subject: [PATCH] Update XS.xsp Removed references to prusa-specific SLIC3R_FORK_NAME --- xs/xsp/XS.xsp | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/xs/xsp/XS.xsp b/xs/xsp/XS.xsp index c324396b2e..1f6c8b6106 100644 --- a/xs/xsp/XS.xsp +++ b/xs/xsp/XS.xsp @@ -16,18 +16,6 @@ VERSION() RETVAL = newSVpv(SLIC3R_VERSION, 0); OUTPUT: RETVAL -SV* -DEBUG_OUT_PATH_PREFIX() - CODE: - RETVAL = newSVpv(SLIC3R_DEBUG_OUT_PATH_PREFIX, 0); - OUTPUT: RETVAL - -SV* -FORK_NAME() - CODE: - RETVAL = newSVpv(SLIC3R_FORK_NAME, 0); - OUTPUT: RETVAL - void xspp_test_croak_hangs_on_strawberry() CODE: @@ -36,4 +24,4 @@ xspp_test_croak_hangs_on_strawberry() } catch (...) { croak("xspp_test_croak_hangs_on_strawberry: exception catched\n"); } -%} \ No newline at end of file +%}