Code

remove warning - it's normal
authorbuliabyak <buliabyak@users.sourceforge.net>
Sun, 12 Nov 2006 04:59:26 +0000 (04:59 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Sun, 12 Nov 2006 04:59:26 +0000 (04:59 +0000)
src/sp-root.cpp

index 3773efa8333c010e011e75e7653457c20db5f89e..b3946cfee9bf90d3b640db5db4d71e3ca6a73f60 100644 (file)
@@ -385,7 +385,6 @@ static void sp_root_remove_child(SPObject *object, Inkscape::XML::Node *child)
         }
         if (!iter) {
             /* we should probably create a new <defs> here? */
-            g_critical("Last <defs> removed");
             root->defs = NULL;
         }
     }