From b8881635446b32cac3a089968b59f515fbd9dfec Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Thu, 16 Aug 2007 12:19:21 +0000 Subject: add import from ocal feature (bzr r3476) --- src/file.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/file.h') diff --git a/src/file.h b/src/file.h index c5a854922..7f960ab65 100644 --- a/src/file.h +++ b/src/file.h @@ -79,14 +79,6 @@ void sp_file_revert_dialog (); ## S A V E ######################*/ -/* - * Added to make only the local savings. - */ - -bool file_save_local(Gtk::Window &parentWindow, SPDocument *doc, const Glib::ustring &uri, - Inkscape::Extension::Extension *key, bool saveas, bool official); - - /* * Added to make only the remote savings. */ @@ -94,8 +86,6 @@ bool file_save_local(Gtk::Window &parentWindow, SPDocument *doc, const Glib::ust bool file_save_remote(SPDocument *doc, const Glib::ustring &uri, Inkscape::Extension::Extension *key, bool saveas, bool official); - - /** * */ @@ -178,14 +168,6 @@ bool sp_file_export_to_ocal_dialog (void *widget); void sp_file_import_from_ocal (Gtk::Window &parentWindow ); -/** - * Import a document from OCAL - */ -//bool sp_file_import_from_ocal_dialog (void *widget); - - - - /*###################### ## P R I N T ######################*/ -- cgit v1.2.3