Code

Other patch by Johan to comment out a warning. Thanks Johan!
authorscislac <scislac@users.sourceforge.net>
Sat, 26 Sep 2009 20:40:26 +0000 (20:40 +0000)
committerscislac <scislac@users.sourceforge.net>
Sat, 26 Sep 2009 20:40:26 +0000 (20:40 +0000)
src/live_effects/effect.cpp

index de0535448c4ead1a5f6f842f4bd05139fad94955..1d001b31a339e87659424b2052549369fb5a791f 100644 (file)
@@ -505,7 +505,7 @@ Effect::getHelperPaths(SPLPEItem *lpeitem)
     std::vector<Geom::PathVector> hp_vec;
 
     if (!SP_IS_SHAPE(lpeitem)) {
-        g_print ("How to handle helperpaths for non-shapes?\n"); // non-shapes are for example SPGroups.
+//        g_print ("How to handle helperpaths for non-shapes?\n"); // non-shapes are for example SPGroups.
         return hp_vec;
     }