diff options
| author | Stefano Facchini <stefano.facchini@gmail.com> | 2017-10-13 17:03:28 +0000 |
|---|---|---|
| committer | Stefano Facchini <stefano.facchini@gmail.com> | 2017-10-13 17:34:48 +0000 |
| commit | 5433ac0513099a4a12caba0cda8a2a9d30e13a22 (patch) | |
| tree | dba3a5a9072cb434e87cd3f81312df17ecdea7db /src/file.h | |
| parent | Add test file for previous commit (!important rule for inline-style). (diff) | |
| download | inkscape-5433ac0513099a4a12caba0cda8a2a9d30e13a22.tar.gz inkscape-5433ac0513099a4a12caba0cda8a2a9d30e13a22.zip | |
Remove deprecated GNOME VFS
Just use Gio::File when access to non-local files is needed.
Diffstat (limited to 'src/file.h')
| -rw-r--r-- | src/file.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/file.h b/src/file.h index 9cd22d744..c86f065d3 100644 --- a/src/file.h +++ b/src/file.h @@ -86,13 +86,6 @@ void sp_file_revert_dialog (); ## S A V E ######################*/ -/* - * Added to make only the remote savings. - */ - -bool file_save_remote(SPDocument *doc, const Glib::ustring &uri, - Inkscape::Extension::Extension *key, bool saveas, bool official); - /** * */ |
