From a0f7fce08805ee4c0e78577d34d914e6d6d789d1 Mon Sep 17 00:00:00 2001 From: scislac Date: Sat, 26 Sep 2009 20:40:26 +0000 Subject: [PATCH] Other patch by Johan to comment out a warning. Thanks Johan! --- src/live_effects/effect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2