diff options
Diffstat (limited to 'src/xml/simple-node.h')
| -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 7c5556f27..0dece19b9 100644 --- a/src/xml/simple-node.h +++ b/src/xml/simple-node.h @@ -122,7 +122,6 @@ public: // ideally these should be protected somehow... NodeObserver &_subtreeObservers() { return _subtree_observers; } void _setParent(Node *parent); void _setNext(Node *next) { _next = next; } - void _bindDocument(Document &document); unsigned _childPosition(Node const &child) const; unsigned _cachedPosition() const { return _cached_position; } |
