summaryrefslogtreecommitdiffstats
path: root/src/document.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/document.cpp')
-rw-r--r--src/document.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/document.cpp b/src/document.cpp
index 6ab08ffb6..f4ebfb7cb 100644
--- a/src/document.cpp
+++ b/src/document.cpp
@@ -405,11 +405,6 @@ sp_document_new_from_mem(gchar const *buffer, gint length, unsigned int keepaliv
return doc;
}
-SPDocument *sp_document_new_dummy() {
- SPDocument *document = new SPDocument();
- return document;
-}
-
SPDocument *
sp_document_ref(SPDocument *doc)
{