summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 98af4b5)
raw | patch | inline | side by side (parent: 98af4b5)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 30 Aug 2009 21:57:40 +0000 (21:57 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 30 Aug 2009 21:57:40 +0000 (21:57 +0000) |
src/filters/componenttransfer.cpp | patch | blob | history |
index 557d884e0ffb797f3d2fe5f1d90d5bc1e9488b9e..27e63eaa608c74363cc34a4e245b17b612a5668e 100644 (file)
@@ -142,7 +142,6 @@ static void sp_feComponentTransfer_children_modified(SPFeComponentTransfer *sp_c
static void
sp_feComponentTransfer_child_added(SPObject *object, Inkscape::XML::Node *child, Inkscape::XML::Node *ref)
{
- g_warning("child_added");
SPFeComponentTransfer *f = SP_FECOMPONENTTRANSFER(object);
if (((SPObjectClass *) feComponentTransfer_parent_class)->child_added)