From: johanengelen Date: Sat, 3 Jan 2009 20:06:46 +0000 (+0000) Subject: rely on config file for enabling test effects X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f4a94b19c3c5d7d1e7bd926de1eb7e6c077babb2;p=inkscape.git rely on config file for enabling test effects --- diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index d7613fb32..c5373b437 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -8,6 +8,10 @@ #include "live_effects/effect.h" +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include "xml/node-event-vector.h" #include "sp-object.h" #include "attributes.h" @@ -68,8 +72,6 @@ #include "live_effects/lpe-path_length.h" #include "live_effects/lpe-line_segment.h" -//#define LPE_ENABLE_TEST_EFFECTS - namespace Inkscape { namespace LivePathEffect {