summaryrefslogtreecommitdiffstats
path: root/src/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/file.h b/src/file.h
index c5a854922..7f960ab65 100644
--- a/src/file.h
+++ b/src/file.h
@@ -80,22 +80,12 @@ void sp_file_revert_dialog ();
######################*/
/*
- * 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.
*/
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
######################*/