summaryrefslogtreecommitdiffstats
path: root/src/io
diff options
context:
space:
mode:
Diffstat (limited to 'src/io')
-rw-r--r--src/io/resource.cpp1
-rw-r--r--src/io/resource.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/io/resource.cpp b/src/io/resource.cpp
index 9e31a5e5c..5a92096ee 100644
--- a/src/io/resource.cpp
+++ b/src/io/resource.cpp
@@ -44,7 +44,6 @@ gchar *_get_path(Domain domain, Type type, char const *filename)
case SYSTEM: {
gchar const* temp = nullptr;
switch (type) {
- case APPICONS: temp = INKSCAPE_APPICONDIR; break;
case EXTENSIONS: temp = INKSCAPE_EXTENSIONDIR; break;
case FILTERS: temp = INKSCAPE_FILTERDIR; break;
case FONTS: temp = INKSCAPE_FONTSDIR; break;
diff --git a/src/io/resource.h b/src/io/resource.h
index 8316b8a0b..b1b78dbcc 100644
--- a/src/io/resource.h
+++ b/src/io/resource.h
@@ -27,7 +27,6 @@ namespace IO {
namespace Resource {
enum Type {
- APPICONS,
EXTENSIONS,
FONTS,
GRADIENTS,