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.cpp | |
| 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.cpp')
| -rw-r--r-- | src/file.cpp | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/file.cpp b/src/file.cpp index 924ddc53d..ef9706c33 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -68,9 +68,9 @@ # include <libgnomevfs/gnome-vfs.h> #endif -#ifdef WITH_INKBOARD -#include "jabber_whiteboard/session-manager.h" -#endif +//#ifdef WITH_INKBOARD +//#include "jabber_whiteboard/session-manager.h" +//#endif #ifdef WIN32 #include <windows.h> @@ -1270,6 +1270,7 @@ sp_file_export_dialog(Gtk::Window &/*parentWindow*/) /** * Display an Export dialog, export as the selected type if OK pressed */ +/* bool sp_file_export_to_ocal_dialog(Gtk::Window &parentWindow) { @@ -1406,10 +1407,11 @@ sp_file_export_to_ocal_dialog(Gtk::Window &parentWindow) return success; } - +*/ /** * Export the current document to OCAL */ +/* void sp_file_export_to_ocal(Gtk::Window &parentWindow) { @@ -1421,7 +1423,7 @@ sp_file_export_to_ocal(Gtk::Window &parentWindow) if (success) SP_ACTIVE_DESKTOP->messageStack()->flash(Inkscape::IMMEDIATE_MESSAGE, _("Document exported...")); } - +*/ /*###################### ## I M P O R T F R O M O C A L |
