From: buliabyak Date: Sun, 12 Nov 2006 04:59:26 +0000 (+0000) Subject: remove warning - it's normal X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bb1ab8eea9097820f8a77145d8e41520348f0260;p=inkscape.git remove warning - it's normal --- diff --git a/src/sp-root.cpp b/src/sp-root.cpp index 3773efa83..b3946cfee 100644 --- a/src/sp-root.cpp +++ b/src/sp-root.cpp @@ -385,7 +385,6 @@ static void sp_root_remove_child(SPObject *object, Inkscape::XML::Node *child) } if (!iter) { /* we should probably create a new here? */ - g_critical("Last removed"); root->defs = NULL; } }