diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-03-30 19:30:31 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-03-30 20:30:51 +0000 |
| commit | 41cf31f7a546798bee1cd554ae5c61b28dbfbf49 (patch) | |
| tree | cb11282ec9886af78ecaf69f37386fe88b58a429 /src/io/resource.h | |
| parent | Remove "get_extensions_path()" (diff) | |
| download | inkscape-41cf31f7a546798bee1cd554ae5c61b28dbfbf49.tar.gz inkscape-41cf31f7a546798bee1cd554ae5c61b28dbfbf49.zip | |
Inkscape::IO::Resource: Drop "DATA_DIR" from Type enum
It seems unlikely we ever want to load "arbitrary" data from share/,
usually there will be a more suitable "Type" to look for.
Also it avoids ambiguity, as there is no user-specific "DATA_DIR"
Diffstat (limited to 'src/io/resource.h')
| -rw-r--r-- | src/io/resource.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/io/resource.h b/src/io/resource.h index fb814b946..8316b8a0b 100644 --- a/src/io/resource.h +++ b/src/io/resource.h @@ -45,7 +45,6 @@ enum Type { THEMES, UIS, PIXMAPS, - DATA_DIR }; enum Domain { |
