Kaydet (Commit) f5292779 authored tarafından Julien Nabet's avatar Julien Nabet

cppcheck: consecutive break

Change-Id: I7e53fa77aada1433f3b311f51e82342bac127b3c
üst 87cce82d
...@@ -167,7 +167,6 @@ void AccComponentEventListener::SetComponentState(short state, bool enable) ...@@ -167,7 +167,6 @@ void AccComponentEventListener::SetComponentState(short state, bool enable)
FireStatePropertyChange(state, enable); FireStatePropertyChange(state, enable);
} }
break; break;
break;
case AccessibleStateType::FOCUSED: case AccessibleStateType::FOCUSED:
FireStateFocusedChange(enable); FireStateFocusedChange(enable);
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment