summaryrefslogtreecommitdiffstats
path: root/src/file.cpp
diff options
context:
space:
mode:
authorJasper van de Gronde <jasper.vandegronde@gmail.com>2011-04-15 07:17:08 +0000
committerJasper van de Gronde <jasper.vandegronde@gmail.com>2011-04-15 07:17:08 +0000
commitc260fcd615791615b33f55459dabe38e64ee3471 (patch)
tree0eb19c8b2ccae81bad3ce9ea16df296e29fc8245 /src/file.cpp
parentFix a rounding error that resulted in seams at some zoom levels when (diff)
downloadinkscape-c260fcd615791615b33f55459dabe38e64ee3471.tar.gz
inkscape-c260fcd615791615b33f55459dabe38e64ee3471.zip
No more PrintWin32, including no special cases for non-Unicode Windows anymore.
(bzr r9508.1.82)
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: