diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2009-02-13 01:47:46 +0000 |
|---|---|---|
| committer | tweenk <tweenk@users.sourceforge.net> | 2009-02-13 01:47:46 +0000 |
| commit | 787df6d8f28e96d5af65f71bbb20ffb49da9fe9a (patch) | |
| tree | e5b632b125895b6937901a952266e27cdd0e5a49 /src/io | |
| parent | update (diff) | |
| download | inkscape-787df6d8f28e96d5af65f71bbb20ffb49da9fe9a.tar.gz inkscape-787df6d8f28e96d5af65f71bbb20ffb49da9fe9a.zip | |
Remove last remnants of ancient plugin support. Tidy up acinclude.m4.
(bzr r7278)
Diffstat (limited to 'src/io')
| -rw-r--r-- | src/io/resource.cpp | 2 | ||||
| -rw-r--r-- | src/io/resource.h | 1 |
2 files changed, 0 insertions, 3 deletions
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<char> 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<char> 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); } diff --git a/src/io/resource.h b/src/io/resource.h index 0be8ab8e6..a5269899f 100644 --- a/src/io/resource.h +++ b/src/io/resource.h @@ -32,7 +32,6 @@ enum Type { MARKERS, PALETTES, PATTERNS, - PLUGINS, SCREENS, TEMPLATES, TUTORIALS, |
