diff options
| author | Josh Andler <scislac@gmail.com> | 2009-09-26 20:40:26 +0000 |
|---|---|---|
| committer | scislac <scislac@users.sourceforge.net> | 2009-09-26 20:40:26 +0000 |
| commit | a296952996a95299ccb4963479237b5bb86acda6 (patch) | |
| tree | 2519c1228835a07eac2fbae42562ed6f000049b1 /src/live_effects/effect.cpp | |
| parent | Fix by Johan for 436304. (diff) | |
| download | inkscape-a296952996a95299ccb4963479237b5bb86acda6.tar.gz inkscape-a296952996a95299ccb4963479237b5bb86acda6.zip | |
Other patch by Johan to comment out a warning. Thanks Johan!
(bzr r8652)
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<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; } |
