summaryrefslogtreecommitdiffstats
path: root/src/io/resource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/resource.cpp')
-rw-r--r--src/io/resource.cpp1
1 files changed, 0 insertions, 1 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;