Kill default_path.json since it was never used for anything
This commit is contained in:
parent
e1bc828e44
commit
db7c8f49cb
3 changed files with 0 additions and 32 deletions
|
@ -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"
|
|
||||||
}
|
|
|
@ -3,5 +3,4 @@ default_config_platform.json
|
||||||
default_hotkey.json
|
default_hotkey.json
|
||||||
default_menu.json
|
default_menu.json
|
||||||
default_mru.json
|
default_mru.json
|
||||||
default_path.json
|
|
||||||
default_toolbar.json
|
default_toolbar.json
|
||||||
|
|
|
@ -3,5 +3,4 @@ default_config_platform.json
|
||||||
osx/default_hotkey.json
|
osx/default_hotkey.json
|
||||||
osx/default_menu.json
|
osx/default_menu.json
|
||||||
default_mru.json
|
default_mru.json
|
||||||
default_path.json
|
|
||||||
default_toolbar.json
|
default_toolbar.json
|
||||||
|
|
Loading…
Reference in a new issue