summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-09-14 21:42:57 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-09-14 21:42:57 +0000
commit5cadddd108549afc00bab1826c7c0d7a3896443e (patch)
treebe13b34cbf012ae4cb6cc293276fd6cb607b4837 /src/selection-chemistry.cpp
parentfix pasting of LPE's across multiple document; plus a number of small fixes. (diff)
downloadinkscape-5cadddd108549afc00bab1826c7c0d7a3896443e.tar.gz
inkscape-5cadddd108549afc00bab1826c7c0d7a3896443e.zip
sorry for debug message. deleted.
(bzr r3746)
Diffstat (limited to 'src/selection-chemistry.cpp')
-rw-r--r--src/selection-chemistry.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index 331e164e8..0d7654bb1 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -937,7 +937,6 @@ void sp_copy_stuff_used_by_item (GSList **defs_clip, SPItem *item, const GSList
// For shapes, also copy liveeffect if applicable
if (sp_shape_has_path_effect(shape)) {
- g_message("copy to clip");
sp_copy_single (defs_clip, SP_OBJECT(sp_shape_get_livepatheffectobject(shape)), xml_doc);
}
}