diff --git a/src/libresrc/default_path.json b/src/libresrc/default_path.json deleted file mode 100644 index 41ce628d9..000000000 --- a/src/libresrc/default_path.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "Autosave" : "^CONFIG/autosave/", - "Backup" : "^CONFIG/backup/", - "Catalog" : "^CONFIG/catalog/", - "Crash" : "^CONFIG/crash/", - "Dictionary" : { - "Lang" : [ - { "string" : "^CONFIG/dictionary/lang/" } - ], - "Personal" : [ - { "string" : "^CONFIG/dictionary/personal/" } - ], - "Thesarus" : [ - { "string" : "^CONFIG/dictionary/thesaurus/" } - ] - }, - "Cache" : { - "FontConfig" : "^CONFIG/cache/fontconfig/", - "FFmpegSource" : "^CONFIG/cache/ffmpegsource/" - - }, - "Last" : { - "Audio" : "^VIDEO", - "Subtitle" : "^VIDEO", - "Video" : "^USER" - }, - "Log" : "^CONFIG/log/", - "Shift History" : "^CONFIG", - "Temp" : "^TEMP" -} diff --git a/src/libresrc/manifest.respack b/src/libresrc/manifest.respack index 9790a9b53..cd8a4688e 100644 --- a/src/libresrc/manifest.respack +++ b/src/libresrc/manifest.respack @@ -3,5 +3,4 @@ default_config_platform.json default_hotkey.json default_menu.json default_mru.json -default_path.json default_toolbar.json diff --git a/src/libresrc/manifest_osx.respack b/src/libresrc/manifest_osx.respack index be39a3ed1..98c2d2722 100644 --- a/src/libresrc/manifest_osx.respack +++ b/src/libresrc/manifest_osx.respack @@ -3,5 +3,4 @@ default_config_platform.json osx/default_hotkey.json osx/default_menu.json default_mru.json -default_path.json default_toolbar.json