summaryrefslogtreecommitdiffstats
path: root/src/file.h
diff options
context:
space:
mode:
authorBruno Dilly <bruno.dilly@gmail.com>2007-08-16 12:19:21 +0000
committerbdilly <bdilly@users.sourceforge.net>2007-08-16 12:19:21 +0000
commitb8881635446b32cac3a089968b59f515fbd9dfec (patch)
tree951fefd97a6318206c302edc606e7a5c046f0671 /src/file.h
parentupdated Slovak translation in trunk (diff)
downloadinkscape-b8881635446b32cac3a089968b59f515fbd9dfec.tar.gz
inkscape-b8881635446b32cac3a089968b59f515fbd9dfec.zip
add import from ocal feature
(bzr r3476)
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
######################*/