diff options
| author | Josh Andler <scislac@gmail.com> | 2009-09-27 21:36:48 +0000 |
|---|---|---|
| committer | scislac <scislac@users.sourceforge.net> | 2009-09-27 21:36:48 +0000 |
| commit | e4943dbbb7588a780b1cce6fc412a92e00b92d6c (patch) | |
| tree | b6c209edfef5f947ab2df65a2dd7ec14ae3758b7 /src/file.h | |
| parent | Japanese mega update (installer, po and tutorial) (diff) | |
| download | inkscape-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.h | 4 |
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); /*###################### |
