From a4581c7c3ab44b2fee82e71c1b0d2c3daaef51d6 Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Tue, 1 Jul 2008 23:08:09 +0000 Subject: remove "public private" virtual methods from XML::Node (bzr r6110) --- src/xml/node.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/xml/node.h') diff --git a/src/xml/node.h b/src/xml/node.h index 1b3f18a91..aac2db191 100644 --- a/src/xml/node.h +++ b/src/xml/node.h @@ -103,15 +103,6 @@ public: protected: Node(Node const &) : Anchored() {} - -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 unsigned _childPosition(Node const &child) const=0; - virtual unsigned _cachedPosition() const=0; - virtual void _setCachedPosition(unsigned position) const=0; }; } -- cgit v1.2.3