Code

Cmake: Improve Gtkmm dependency checking, add new files to CMakeLists.txts, remove...
[inkscape.git] / src / file.h
index c5a854922907d74ca6babad7037b30d19e3bc429..e90e555bb11d09dcad7191c71a334ea5e0b2a980 100644 (file)
@@ -79,14 +79,6 @@ void sp_file_revert_dialog ();
 ## S A V E
 ######################*/
 
-/*
- * 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.
  */
@@ -94,8 +86,6 @@ bool file_save_local(Gtk::Window &parentWindow, SPDocument *doc, const Glib::ust
 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
 ######################*/
@@ -197,12 +179,7 @@ would be useful as instance methods
 /**
  *
  */
-void sp_file_print (void);
-
-/**
- *
- */
-void sp_file_print_direct (void);
+void sp_file_print (Gtk::Window& parentWindow);
 
 /**
  *