summaryrefslogtreecommitdiffstats
path: root/src/xml/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/node.h')
-rw-r--r--src/xml/node.h9
1 files changed, 0 insertions, 9 deletions
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;
};
}