aboutsummaryrefslogtreecommitdiff
path: root/overlay/frameworks/base/core/res
diff options
context:
space:
mode:
authorGiulio Cervera <giulio.cervera@cyanogenmod.org>2014-08-20 18:09:31 +0200
committerGiulio Cervera <giulio.cervera@cyanogenmod.org>2014-09-13 11:03:31 +0000
commit0bdaf260b6c8c70ffd718e5be6eb0022be6b225b (patch)
treeeb3be5dac9e304a0d8d71137a779e886e5304313 /overlay/frameworks/base/core/res
parent102a62213e889152cedde9a45e2baa7001d920c1 (diff)
shinano: remove power profile
Change-Id: I945e39a108525b22d0c0b8479063ddefe112e533
Diffstat (limited to 'overlay/frameworks/base/core/res')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 4ea1424..7840a18 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -154,16 +154,6 @@
<!-- Enable lockscreen translucent decor -->
<bool name="config_enableLockScreenTranslucentDecor">true</bool>
- <!-- Defines the system property to set for performance profile xe: sys.cpu.modes. Leave it
- blank if the device do not support performance profiles -->
- <string name="config_perf_profile_prop" translatable="false">sys.perf.profile</string>
-
- <!-- When config_perf_profile_prop is defined, this value MUST be the index of
- one of the listes values in frameworks/base/core/res/res/values/cm_arrays.xml
- for "perf_profile_values" array. Leave it blank if the device do not support
- performance profiles -->
- <string name="config_perf_profile_default_entry" translatable="false">1</string>
-
<!-- Make things go fast -->
<bool name="config_ui_enableFadingMarquee">false</bool>