summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mike Lockwood <lockwood@android.com> 2011-05-17 13:12:32 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2011-05-17 13:12:32 -0700
commit798df16e3a3920ba55d7abc7ed10def6a17132bf (patch)
tree58a84162d78c1940e7fbd7b22d75f3cc263224fc
parentbd32a79ecb1109c71f80510c927f6dbc131ae563 (diff)
parent50b27631598d56cf2def58270ddcf1619045dda4 (diff)
am 50b27631: Remove some cruft that was left in config.xml by mistake
* commit '50b27631598d56cf2def58270ddcf1619045dda4': Remove some cruft that was left in config.xml by mistake
-rwxr-xr-xcore/res/res/values/config.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 4a239e2af1bb..6144925ab258 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. -->