From: scislac Date: Sat, 26 Sep 2009 20:40:26 +0000 (+0000) Subject: Other patch by Johan to comment out a warning. Thanks Johan! X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a0f7fce08805ee4c0e78577d34d914e6d6d789d1;p=inkscape.git Other patch by Johan to comment out a warning. Thanks Johan! --- diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index de0535448..1d001b31a 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -505,7 +505,7 @@ Effect::getHelperPaths(SPLPEItem *lpeitem) std::vector 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; }