diff --git a/src/lv_core/lv_group.c b/src/lv_core/lv_group.c index dd664c3c1..9f2f554dc 100644 --- a/src/lv_core/lv_group.c +++ b/src/lv_core/lv_group.c @@ -149,7 +149,6 @@ void lv_group_remove_obj(lv_obj_t * obj) { lv_group_t * g = obj->group_p; if(g == NULL) return; - if(g->obj_focus == NULL) return; /*Just to be sure (Not possible if there is at least one object in the group)*/ /*Focus on the next object*/ if(*g->obj_focus == obj) {