diff options
| author | Nolen Johnson <johnsonnolen@gmail.com> | 2022-04-29 22:53:00 -0400 |
|---|---|---|
| committer | Julian Veit <claymore1298@gmail.com> | 2022-09-05 17:01:43 +0200 |
| commit | 252eac67753479c09ec3fa57e8dbf530cb4db86b (patch) | |
| tree | 3f27c77d3163dd1adcf2a3382e409b1ce52b48ed | |
| parent | f7d9f9c45fe2b93036e19b2f9f27a4d6ada578cd (diff) | |
msm8974-common: light: Resolve -Wunused-variable warnings
Change-Id: I13c1fb5c4d036c9027ffcf1dfa4759db65c3537c
| -rw-r--r-- | light/Light.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/light/Light.cpp b/light/Light.cpp index d9acd85..9302bab 100644 --- a/light/Light.cpp +++ b/light/Light.cpp @@ -229,7 +229,6 @@ void Light::setSpeakerLightLockedDual(const LightState& batteryState, const LightState& notificationState __unused) { uint32_t colorRGB = batteryState.color & 0x00ffffff; uint32_t color = LED_BLANK; - uint32_t blinkMode = BLINK_MODE_LONG; if ((colorRGB >> 8) & 0xff) color = LED_GREEN; if ((colorRGB >> 16) & 0xff) color = LED_AMBER; |
