Code

Removed Win32 only Print Direct verb, which was an exact clone of normal print
[inkscape.git] / src / print.cpp
index a24a01ff750f1e922308524a7e72f84780d01afa..cc5d8c0a1fad582db858425eea2d24b4a0a33404 100644 (file)
@@ -123,7 +123,7 @@ sp_print_preview_document(SPDocument *doc)
 }
 
 void
-sp_print_document(Gtk::Window& parentWindow, SPDocument *doc, unsigned int /*direct*/)
+sp_print_document(Gtk::Window& parentWindow, SPDocument *doc)
 {
     sp_document_ensure_up_to_date(doc);