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/simple-document.cpp | |
| 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/simple-document.cpp')
| -rw-r--r-- | src/xml/simple-document.cpp | 4 |
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; |
