Code

remove last traces of "floating nodes"
[inkscape.git] / src / xml / simple-document.cpp
index 0a2cb15fb67b79716e8bd8944cc13ea7fec56931..d854f92fb384365ab445d4b8ac0b9e8c0c3870cc 100644 (file)
@@ -25,10 +25,6 @@ namespace Inkscape {
 
 namespace XML {
 
-void SimpleDocument::_initBindings() {
-    _bindDocument(*this);
-}
-
 void SimpleDocument::beginTransaction() {
     g_assert(!_in_transaction);
     _in_transaction = true;