summaryrefslogtreecommitdiffstats
path: root/src/file.h
diff options
context:
space:
mode:
authorJosh Andler <scislac@gmail.com>2009-09-27 21:36:48 +0000
committerscislac <scislac@users.sourceforge.net>2009-09-27 21:36:48 +0000
commite4943dbbb7588a780b1cce6fc412a92e00b92d6c (patch)
treeb6c209edfef5f947ab2df65a2dd7ec14ae3758b7 /src/file.h
parentJapanese mega update (installer, po and tutorial) (diff)
downloadinkscape-e4943dbbb7588a780b1cce6fc412a92e00b92d6c.tar.gz
inkscape-e4943dbbb7588a780b1cce6fc412a92e00b92d6c.zip
Updated buildtool's files to undefine whiteboard. Comment out OCAL Export dialog. Also commented out verbs & file related functions for both as a precaution for command-line usage.
(bzr r8661)
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/file.h b/src/file.h
index 770e519ab..97d1bd5f8 100644
--- a/src/file.h
+++ b/src/file.h
@@ -151,13 +151,13 @@ bool sp_file_export_dialog (Gtk::Window &parentWindow);
/**
* Export the current document to OCAL
*/
-void sp_file_export_to_ocal (Gtk::Window &parentWindow );
+//void sp_file_export_to_ocal (Gtk::Window &parentWindow );
/**
* Export the current document to OCAL
*/
-bool sp_file_export_to_ocal_dialog (void *widget);
+//bool sp_file_export_to_ocal_dialog (void *widget);
/*######################