summaryrefslogtreecommitdiffstats
path: root/src/print.cpp
diff options
context:
space:
mode:
authorJoel Holdsworth <joel@airwebreathe.org.uk>2007-12-23 00:37:18 +0000
committerjoelholdsworth <joelholdsworth@users.sourceforge.net>2007-12-23 00:37:18 +0000
commit9183dc9c1c63a70c2384bfd0982e748f7732e342 (patch)
treec5ec229ab1ddf1f52fdd62492be71639ebcc6347 /src/print.cpp
parentFixed the parenting of the print dialog so that it cannot fall behind the mai... (diff)
downloadinkscape-9183dc9c1c63a70c2384bfd0982e748f7732e342.tar.gz
inkscape-9183dc9c1c63a70c2384bfd0982e748f7732e342.zip
Removed Win32 only Print Direct verb, which was an exact clone of normal print
(bzr r4279)
Diffstat (limited to 'src/print.cpp')
-rw-r--r--src/print.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.cpp b/src/print.cpp
index a24a01ff7..cc5d8c0a1 100644
--- a/src/print.cpp
+++ b/src/print.cpp
@@ -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);