diff options
| author | MenTaLguY <mental@rydia.net> | 2008-07-01 19:13:12 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2008-07-01 19:13:12 +0000 |
| commit | d9910a065c5fde12a75d1be34ea16df3e28adda0 (patch) | |
| tree | a4e22d6ec336112373afb0885b9e743ee9df6047 /src/xml/node.h | |
| parent | CxxTest unit tests can now be built on Windows, also adds CxxTest versions of... (diff) | |
| download | inkscape-d9910a065c5fde12a75d1be34ea16df3e28adda0.tar.gz inkscape-d9910a065c5fde12a75d1be34ea16df3e28adda0.zip | |
remove last traces of "floating nodes"
(bzr r6107)
Diffstat (limited to 'src/xml/node.h')
| -rw-r--r-- | src/xml/node.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
