diff options
| author | Michael Bestas <mikeioannina@gmail.com> | 2014-11-24 20:50:32 +0200 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2014-12-12 17:53:27 +0000 |
| commit | c8fa18de3c1ebae9eb1c7368f32302850cd77c54 (patch) | |
| tree | 1bd8f08a98ed56494b7e7ba3b1f94e58f0ec2b62 | |
| parent | d7a9cf2fe9eca2424628c36baca4db0b86aa57ab (diff) | |
find7: Remove unused overlay
* This defaults to false in cm-12.0
Change-Id: I8a22398febbd5c1dae382b95804c88acb5a173d4
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index a687201..de6d3d7 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -103,9 +103,6 @@ The default is false. --> <bool name="config_lidControlsSleep">true</bool> - <!-- Does the notification LED support multiple colors? Used to decide if the user can change the colors - <bool name="config_multiColorNotificationLed">false</bool> --> - <!-- Default color for notification LED is blue. --> <color name="config_defaultNotificationColor">#ff0000ff</color> |
