summaryrefslogtreecommitdiffstats
path: root/src/file.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2019-03-15 14:21:30 +0000
committerTavmjong Bah <tavmjong@free.fr>2019-03-15 14:21:30 +0000
commit1602477dfd4371a17639b0b6e4f59f5a5ea9565a (patch)
tree6f4561f58d15f8b6608897e232b37658143d46e6 /src/file.h
parentImprove deb generation and install scripts (diff)
downloadinkscape-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.h11
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.
*/