X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fio%2Fresource.cpp;h=1f6f8459c60b4738bdc37fb2ff67958565fda3d7;hb=530f7fc7cfa4351ec33163abd795460bbc351609;hp=f7542855ee09124f2c44c71deea5b1d33c769f84;hpb=6cf4fe01f16c5713438743a95c971ed82c44c535;p=inkscape.git diff --git a/src/io/resource.cpp b/src/io/resource.cpp index f7542855e..1f6f8459c 100644 --- a/src/io/resource.cpp +++ b/src/io/resource.cpp @@ -45,7 +45,6 @@ Util::ptr_shared get_path(Domain domain, Type type, char const *filename) case MARKERS: temp = INKSCAPE_MARKERSDIR; break; case PALETTES: temp = INKSCAPE_PALETTESDIR; break; case PATTERNS: temp = INKSCAPE_PATTERNSDIR; break; - case PLUGINS: temp = INKSCAPE_PLUGINDIR; break; case SCREENS: temp = INKSCAPE_SCREENSDIR; break; case TEMPLATES: temp = INKSCAPE_TEMPLATESDIR; break; case TUTORIALS: temp = INKSCAPE_TUTORIALSDIR; break; @@ -74,7 +73,6 @@ Util::ptr_shared get_path(Domain domain, Type type, char const *filename) case MARKERS: name = "markers"; break; case PALETTES: name = "palettes"; break; case PATTERNS: name = "patterns"; break; - case PLUGINS: name = "plugins"; break; case TEMPLATES: name = "templates"; break; default: return get_path(SYSTEM, type, filename); }