summaryrefslogtreecommitdiffstats
path: root/src/xml/simple-node.h
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2008-07-01 19:13:12 +0000
committermental <mental@users.sourceforge.net>2008-07-01 19:13:12 +0000
commitd9910a065c5fde12a75d1be34ea16df3e28adda0 (patch)
treea4e22d6ec336112373afb0885b9e743ee9df6047 /src/xml/simple-node.h
parentCxxTest unit tests can now be built on Windows, also adds CxxTest versions of... (diff)
downloadinkscape-d9910a065c5fde12a75d1be34ea16df3e28adda0.tar.gz
inkscape-d9910a065c5fde12a75d1be34ea16df3e28adda0.zip
remove last traces of "floating nodes"
(bzr r6107)
Diffstat (limited to 'src/xml/simple-node.h')
-rw-r--r--src/xml/simple-node.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xml/simple-node.h b/src/xml/simple-node.h
index 7c5556f27..0dece19b9 100644
--- a/src/xml/simple-node.h
+++ b/src/xml/simple-node.h
@@ -122,7 +122,6 @@ public: // ideally these should be protected somehow...
NodeObserver &_subtreeObservers() { return _subtree_observers; }
void _setParent(Node *parent);
void _setNext(Node *next) { _next = next; }
- void _bindDocument(Document &document);
unsigned _childPosition(Node const &child) const;
unsigned _cachedPosition() const { return _cached_position; }