From 9183dc9c1c63a70c2384bfd0982e748f7732e342 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sun, 23 Dec 2007 00:37:18 +0000 Subject: Removed Win32 only Print Direct verb, which was an exact clone of normal print (bzr r4279) --- src/file.cpp | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'src/file.cpp') diff --git a/src/file.cpp b/src/file.cpp index 9b5f39312..355b1c50a 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -1379,23 +1379,9 @@ sp_file_print(Gtk::Window& parentWindow) { SPDocument *doc = SP_ACTIVE_DOCUMENT; if (doc) - sp_print_document(parentWindow, doc, FALSE); + sp_print_document(parentWindow, doc); } - -/** - * Print the current document, if any. Do not use - * the machine's print drivers. - */ -void -sp_file_print_direct(Gtk::Window& parentWindow) -{ - SPDocument *doc = SP_ACTIVE_DOCUMENT; - if (doc) - sp_print_document(parentWindow, doc, TRUE); -} - - /** * Display what the drawing would look like, if * printed. -- cgit v1.2.3