summaryrefslogtreecommitdiffstats
path: root/src/io/file.h
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-10-31 12:01:20 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-11-05 09:50:11 +0000
commit77a5ffe695e2bc08eec5cd90d64bc1a0df9a4a85 (patch)
treecc7bdc59dec5cce547bc35e3e262fc7b4c312c39 /src/io/file.h
parentFix for new/removed files. (diff)
downloadinkscape-77a5ffe695e2bc08eec5cd90d64bc1a0df9a4a85.tar.gz
inkscape-77a5ffe695e2bc08eec5cd90d64bc1a0df9a4a85.zip
Remove unused headers in src/io/
Diffstat (limited to 'src/io/file.h')
-rw-r--r--src/io/file.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/io/file.h b/src/io/file.h
deleted file mode 100644
index c0c44f6ab..000000000
--- a/src/io/file.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * File operations (independent of GUI)
- *
- * Copyright (C) 2018 Tavmjong Bah
- *
- * The contents of this file may be used under the GNU General Public License Version 2 or later.
- *
- */
-
-#ifndef INK_FILE_IO_H
-#define INK_FILE_IO_H
-
-class SPDocument;
-
-SPDocument* ink_file_new(const std::string &template = nullptr);
-SPDocument* ink_file_open(const Glib::RefPtr<Gio::File>& file = Glib::RefPtr<Gio::File>());
-
-// To do:
-// ink_file_save()
-// ink_file_export()
-// ink_file_import()
-
-
-
-#endif // INK_FILE_IO_H