summaryrefslogtreecommitdiffstats
path: root/src/xml/simple-document.cpp
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-document.cpp
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-document.cpp')
-rw-r--r--src/xml/simple-document.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xml/simple-document.cpp b/src/xml/simple-document.cpp
index 0a2cb15fb..d854f92fb 100644
--- a/src/xml/simple-document.cpp
+++ b/src/xml/simple-document.cpp
@@ -25,10 +25,6 @@ namespace Inkscape {
namespace XML {
-void SimpleDocument::_initBindings() {
- _bindDocument(*this);
-}
-
void SimpleDocument::beginTransaction() {
g_assert(!_in_transaction);
_in_transaction = true;