diff options
-rw-r--r-- | SmartDeviceLink/SDLLifecycleManager.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLLifecycleManager.m b/SmartDeviceLink/SDLLifecycleManager.m index 4e9e5db97..185822148 100644 --- a/SmartDeviceLink/SDLLifecycleManager.m +++ b/SmartDeviceLink/SDLLifecycleManager.m @@ -285,7 +285,6 @@ SDLLifecycleState *const SDLLifecycleStateReady = @"Ready"; } // We are sure to have a HMIStatus, set state to ready [self.lifecycleStateMachine transitionToState:SDLLifecycleStateReady]; - } - (void)didEnterStateReady { |