summaryrefslogtreecommitdiffstats
path: root/src/file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/file.cpp')
-rw-r--r--src/file.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/file.cpp b/src/file.cpp
index ae774bb52..86df2ed44 100644
--- a/src/file.cpp
+++ b/src/file.cpp
@@ -1510,20 +1510,6 @@ sp_file_print(Gtk::Window& parentWindow)
sp_print_document(parentWindow, doc);
}
-/**
- * Display what the drawing would look like, if
- * printed.
- */
-void
-sp_file_print_preview(gpointer /*object*/, gpointer /*data*/)
-{
-
- SPDocument *doc = SP_ACTIVE_DOCUMENT;
- if (doc)
- sp_print_preview_document(doc);
-
-}
-
/*
Local Variables: