diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-08-30 21:57:40 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-08-30 21:57:40 +0000 |
| commit | e3967c89d45350487cf0738f7158a7541ef0fb18 (patch) | |
| tree | 3e73b08e7c2c8120c94ed181d826a8497db77179 /src | |
| parent | Dutch translation update by Kris (diff) | |
| download | inkscape-e3967c89d45350487cf0738f7158a7541ef0fb18.tar.gz inkscape-e3967c89d45350487cf0738f7158a7541ef0fb18.zip | |
remove debug warning
(bzr r8549)
Diffstat (limited to 'src')
| -rw-r--r-- | src/filters/componenttransfer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/filters/componenttransfer.cpp b/src/filters/componenttransfer.cpp index 557d884e0..27e63eaa6 100644 --- a/src/filters/componenttransfer.cpp +++ b/src/filters/componenttransfer.cpp @@ -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) |
