summaryrefslogtreecommitdiffstats
path: root/src/io/resource.cpp
diff options
context:
space:
mode:
authorPatrick Storz <eduard.braun2@gmx.de>2019-03-31 16:36:12 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-03-31 16:36:12 +0000
commit75ba3f4238ffbf85dd55429bab97b67799a64109 (patch)
tree23423ece3b2838b942c986f9b6a7ad6b7f9e45ac /src/io/resource.cpp
parentAspell: No need to explicitly set prefix anymore (diff)
downloadinkscape-75ba3f4238ffbf85dd55429bab97b67799a64109.tar.gz
inkscape-75ba3f4238ffbf85dd55429bab97b67799a64109.zip
Remove unused INKSCAPE_APPICONDIR and INKSCAPE_BINDDIR
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;