summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-05-27 06:41:46 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-05-27 06:41:46 +0000
commit2c4c3f01ced3af14cdf8b443e49dd67495822370 (patch)
tree9b55b8cae3b82e9d724e4713d723c6fcb38906e8 /src/live_effects
parentAdd hide operand, work on groups and allow shapes as parameters in LPE Bool (diff)
downloadinkscape-2c4c3f01ced3af14cdf8b443e49dd67495822370.tar.gz
inkscape-2c4c3f01ced3af14cdf8b443e49dd67495822370.zip
Fix a issue compiling with a obsolete value I forget remove in prev comit
Diffstat (limited to 'src/live_effects')
-rw-r--r--src/live_effects/parameter/originalpath.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/live_effects/parameter/originalpath.cpp b/src/live_effects/parameter/originalpath.cpp
index 5430b67c1..dd292fee3 100644
--- a/src/live_effects/parameter/originalpath.cpp
+++ b/src/live_effects/parameter/originalpath.cpp
@@ -30,12 +30,11 @@ namespace LivePathEffect {
OriginalPathParam::OriginalPathParam( const Glib::ustring& label, const Glib::ustring& tip,
const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr,
- Effect* effect, bool all)
+ Effect* effect)
: PathParam(label, tip, key, wr, effect, "")
{
oncanvas_editable = false;
_from_original_d = false;
- _all = false;
}
OriginalPathParam::~OriginalPathParam()