From d9910a065c5fde12a75d1be34ea16df3e28adda0 Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Tue, 1 Jul 2008 19:13:12 +0000 Subject: remove last traces of "floating nodes" (bzr r6107) --- src/xml/simple-node.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/xml/simple-node.h') 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; } -- cgit v1.2.3