diff options
| author | MenTaLguY <mental@rydia.net> | 2008-07-01 23:08:09 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2008-07-01 23:08:09 +0000 |
| commit | a4581c7c3ab44b2fee82e71c1b0d2c3daaef51d6 (patch) | |
| tree | e8ab52400a3dd17de07b8717edf95660caf030df /src/xml/node.h | |
| parent | remove additional unnecessary indirection in tree operations (diff) | |
| download | inkscape-a4581c7c3ab44b2fee82e71c1b0d2c3daaef51d6.tar.gz inkscape-a4581c7c3ab44b2fee82e71c1b0d2c3daaef51d6.zip | |
remove "public private" virtual methods from XML::Node
(bzr r6110)
Diffstat (limited to 'src/xml/node.h')
| -rw-r--r-- | src/xml/node.h | 9 |
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; }; } |
