summaryrefslogtreecommitdiffstats
path: root/src/file.h
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-11-01 19:27:57 +0000
committerMartin Owens <doctormo@gmail.com>2019-11-01 23:08:03 +0000
commita1253803f469ff6be714ec7ce2837286e719939d (patch)
treea0909acf5d2d74353e0a655c3afbfe9b1ef45d2f /src/file.h
parentfix #497 don't set 'd' style property (diff)
downloadinkscape-a1253803f469ff6be714ec7ce2837286e719939d.tar.gz
inkscape-a1253803f469ff6be714ec7ce2837286e719939d.zip
Remove OCAL
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/file.h b/src/file.h
index c6353ad99..67597688e 100644
--- a/src/file.h
+++ b/src/file.h
@@ -142,37 +142,6 @@ SPObject* file_import(SPDocument *in_doc, const Glib::ustring &uri,
/*######################
-## E X P O R T T O O C A L
-######################*/
-
-/**
- * Export the current document to OCAL
- */
-//void sp_file_export_to_ocal (Gtk::Window &parentWindow );
-
-
-/**
- * Export the current document to OCAL
- */
-//bool sp_file_export_to_ocal_dialog (void *widget);
-
-
-/*######################
-## I M P O R T F R O M O C A L
-######################*/
-
-/**
- * Import a document from OCAL
- */
-void on_import_from_ocal_response(Glib::ustring filename);
-
-/**
- * Import a document from OCAL
- */
-void sp_file_import_from_ocal (Gtk::Window &parentWindow );
-
-
-/*######################
## P R I N T
######################*/