summaryrefslogtreecommitdiffstats
path: root/src/io
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
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')
-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,