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/node.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/xml/node.h') diff --git a/src/xml/node.h b/src/xml/node.h index ab7e2ba2f..1b3f18a91 100644 --- a/src/xml/node.h +++ b/src/xml/node.h @@ -108,7 +108,6 @@ public: // ideally these should be protected too somehow... virtual NodeObserver &_subtreeObservers()=0; virtual void _setParent(Node *parent)=0; virtual void _setNext(Node *next)=0; - virtual void _bindDocument(Document &document)=0; virtual unsigned _childPosition(Node const &child) const=0; virtual unsigned _cachedPosition() const=0; -- cgit v1.2.3