From e197b5955e383543e19afd38efb8320b67edcefc Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Fri, 16 Nov 2007 19:01:44 +0000 Subject: fix warnings and delete gradient pixmap that will not be used (bzr r4092) --- src/file.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/file.cpp') diff --git a/src/file.cpp b/src/file.cpp index 748a288e5..904ff9323 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -547,7 +547,12 @@ file_save(Gtk::Window &parentWindow, SPDocument *doc, const Glib::ustring &uri, * Used only for remote saving using VFS and a specific uri. Gets the file at the /tmp. */ bool -file_save_remote(SPDocument */*doc*/, const Glib::ustring &uri, +file_save_remote(SPDocument */*doc*/, + #ifdef WITH_GNOME_VFS + const Glib::ustring &uri, + #else + const Glib::ustring &/*uri*/, + #endif Inkscape::Extension::Extension */*key*/, bool /*saveas*/, bool /*official*/) { #ifdef WITH_GNOME_VFS -- cgit v1.2.3