diff options
| author | Joel Fischer <joeljfischer@gmail.com> | 2018-09-25 13:53:00 -0400 |
|---|---|---|
| committer | Joel Fischer <joeljfischer@gmail.com> | 2018-09-25 13:53:00 -0400 |
| commit | 4383417d6628081158c1fa9512ac441f5de80aa1 (patch) | |
| tree | a4c3314dde0b111018a93599ee07e6087a59b68a | |
| parent | 1e4ce33d4fee9af602f85636e0d791c488ad39d3 (diff) | |
| download | sdl_ios-bugfix/issue_1081_vrsession_blocked.tar.gz | |
Remove unused variablebugfix/issue_1081_vrsession_blocked
| -rw-r--r-- | SmartDeviceLink/SDLChoiceSetManager.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLChoiceSetManager.m b/SmartDeviceLink/SDLChoiceSetManager.m index 6f1aa864d..35037ccc0 100644 --- a/SmartDeviceLink/SDLChoiceSetManager.m +++ b/SmartDeviceLink/SDLChoiceSetManager.m @@ -427,7 +427,6 @@ UInt16 const ChoiceCellIdMin = 1; } // We need to check for this to make sure we can currently present the dialog. If the current context is HMI_OBSCURED or ALERT, we have to wait for MAIN to present - SDLSystemContext oldSystemContext = self.currentSystemContext; self.currentSystemContext = hmiStatus.systemContext; if ([self.currentSystemContext isEqualToEnum:SDLSystemContextHMIObscured] || [self.currentSystemContext isEqualToEnum:SDLSystemContextAlert]) { |
