diff options
| -rwxr-xr-x | core/res/res/values/config.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index b5303258c146..c27fc9b82c9e 100755 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -94,11 +94,6 @@ when there's no network connection. If the scan doesn't timeout, use zero --> <integer name="config_radioScanningTimeout">0</integer> - <!-- Storage lists for default and nosdcard products. - Both have a single SD card storage, but the storage is not removable in the nosdcard case --> - <integer name="config_storageListId" product="nosdcard">@xml/storage_list_nosdcard</integer> - <integer name="config_storageListId" product="default">@xml/storage_list</integer> - <!-- XXXXX NOTE THE FOLLOWING RESOURCES USE THE WRONG NAMING CONVENTION. Please don't copy them, copy anything else. --> |