summaryrefslogtreecommitdiffstats
path: root/src/xml/simple-node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/simple-node.h')
-rw-r--r--src/xml/simple-node.h1
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;
}