diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-11-12 04:59:26 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-11-12 04:59:26 +0000 |
| commit | a6ed30f8c9843bb4498f35731102ac88407e5d27 (patch) | |
| tree | 11420f43741082430bedab982db6e0be20105505 /src/sp-root.cpp | |
| parent | ok, fix another crash caused by GTK's broken spinbuttons (diff) | |
| download | inkscape-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.cpp | 1 |
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; } } |
