From 39679f9518b71af5d937fda8a2e3921cda599637 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Sun, 20 Nov 2016 12:59:29 +0100 Subject: [PATCH] Missed this one at the last check-in. --- xs/xsp/Layer.xsp | 1 - 1 file changed, 1 deletion(-) diff --git a/xs/xsp/Layer.xsp b/xs/xsp/Layer.xsp index 3a20f3a02..469778f04 100644 --- a/xs/xsp/Layer.xsp +++ b/xs/xsp/Layer.xsp @@ -30,7 +30,6 @@ Clone flow(FlowRole role, bool bridge = false, double width = -1) %code%{ RETVAL = THIS->flow(role, bridge, width); %}; - void merge_slices(); void prepare_fill_surfaces(); void make_perimeters(SurfaceCollection* slices, SurfaceCollection* fill_surfaces) %code%{ THIS->make_perimeters(*slices, fill_surfaces); %};