summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2009-01-03 20:06:46 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2009-01-03 20:06:46 +0000
commit985b4b6fd7281edf65c28ff419a37eda1533bfcc (patch)
treea33b4babe5f7821177a4eaa0fd18f4aad4d1bc21 /src/live_effects/effect.cpp
parentadd #define LPE_ENABLE_TEST_EFFECTS to config.h for windows and cmake builds. (diff)
downloadinkscape-985b4b6fd7281edf65c28ff419a37eda1533bfcc.tar.gz
inkscape-985b4b6fd7281edf65c28ff419a37eda1533bfcc.zip
rely on config file for enabling test effects
(bzr r7068)
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp6
1 files changed, 4 insertions, 2 deletions
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 {