From d9910a065c5fde12a75d1be34ea16df3e28adda0 Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Tue, 1 Jul 2008 19:13:12 +0000 Subject: remove last traces of "floating nodes" (bzr r6107) --- src/xml/simple-document.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/xml/simple-document.cpp') 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; -- cgit v1.2.3