summaryrefslogtreecommitdiffstats
path: root/src/sp-root.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-11-12 04:59:26 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-11-12 04:59:26 +0000
commita6ed30f8c9843bb4498f35731102ac88407e5d27 (patch)
tree11420f43741082430bedab982db6e0be20105505 /src/sp-root.cpp
parentok, fix another crash caused by GTK's broken spinbuttons (diff)
downloadinkscape-a6ed30f8c9843bb4498f35731102ac88407e5d27.tar.gz
inkscape-a6ed30f8c9843bb4498f35731102ac88407e5d27.zip
remove warning - it's normal
(bzr r1938)
Diffstat (limited to 'src/sp-root.cpp')
-rw-r--r--src/sp-root.cpp1
1 files changed, 0 insertions, 1 deletions
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 <defs> here? */
- g_critical("Last <defs> removed");
root->defs = NULL;
}
}