diff options
| author | Aaron Spike <aaron@ekips.org> | 2007-01-26 03:40:22 +0000 |
|---|---|---|
| committer | acspike <acspike@users.sourceforge.net> | 2007-01-26 03:40:22 +0000 |
| commit | 3a228ba41c01699bb57e545cc3fee357313db5a3 (patch) | |
| tree | c02f70da2f7325941e94d20e89e07ad051a8d9ba /src/xml | |
| parent | comment for the future (diff) | |
| download | inkscape-3a228ba41c01699bb57e545cc3fee357313db5a3.tar.gz inkscape-3a228ba41c01699bb57e545cc3fee357313db5a3.zip | |
remove obsolete assert
(bzr r2289)
Diffstat (limited to 'src/xml')
| -rw-r--r-- | src/xml/simple-node.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xml/simple-node.h b/src/xml/simple-node.h index 7c32ebee6..3a25bc86c 100644 --- a/src/xml/simple-node.h +++ b/src/xml/simple-node.h @@ -31,7 +31,6 @@ public: gchar const *name() const; int code() const { return _name; } void setCodeUnsafe(int code) { - g_assert(_document == NULL); _name = code; } |
