diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2019-03-15 14:21:30 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2019-03-15 14:21:30 +0000 |
| commit | 1602477dfd4371a17639b0b6e4f59f5a5ea9565a (patch) | |
| tree | 6f4561f58d15f8b6608897e232b37658143d46e6 /src/file.h | |
| parent | Improve deb generation and install scripts (diff) | |
| download | inkscape-1602477dfd4371a17639b0b6e4f59f5a5ea9565a.tar.gz inkscape-1602477dfd4371a17639b0b6e4f59f5a5ea9565a.zip | |
Make InkscapeApplication responsible for managing documents and windows.
Any change from previous behavior is a bug.
Diffstat (limited to 'src/file.h')
| -rw-r--r-- | src/file.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/file.h b/src/file.h index 183233a1b..fc0925b78 100644 --- a/src/file.h +++ b/src/file.h @@ -62,17 +62,6 @@ void sp_file_exit (); ######################*/ /** - * Opens a new file and window from the given URI - */ - -bool sp_file_open( - const Glib::ustring &uri, - Inkscape::Extension::Extension *key, - bool add_to_recent = true, - bool replace_empty = true - ); - -/** * Displays a file open dialog. Calls sp_file_open on * an OK. */ |
