summaryrefslogtreecommitdiffstats
path: root/src/xml/simple-document.cpp
diff options
context:
space:
mode:
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;