diff options
| author | Joel Holdsworth <joel@airwebreathe.org.uk> | 2007-12-23 00:37:18 +0000 |
|---|---|---|
| committer | joelholdsworth <joelholdsworth@users.sourceforge.net> | 2007-12-23 00:37:18 +0000 |
| commit | 9183dc9c1c63a70c2384bfd0982e748f7732e342 (patch) | |
| tree | c5ec229ab1ddf1f52fdd62492be71639ebcc6347 /src/print.cpp | |
| parent | Fixed the parenting of the print dialog so that it cannot fall behind the mai... (diff) | |
| download | inkscape-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.cpp | 2 |
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); |
