Code

rely on config file for enabling test effects
authorjohanengelen <johanengelen@users.sourceforge.net>
Sat, 3 Jan 2009 20:06:46 +0000 (20:06 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Sat, 3 Jan 2009 20:06:46 +0000 (20:06 +0000)
src/live_effects/effect.cpp

index d7613fb326dadf6503e9f77101fba6e67879720f..c5373b4376c165b70284d46783a5b5cd91af5af8 100644 (file)
@@ -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 {