Removing unused var

This commit is contained in:
Alexander
2018-09-14 14:30:17 +03:00
parent 071343da5e
commit faeb4b9cd3

View File

@@ -78,8 +78,6 @@ lv_obj_t * lv_imgbtn_create(lv_obj_t * par, const lv_obj_t * copy)
}
/*Copy an existing image button*/
else {
lv_imgbtn_ext_t * copy_ext = lv_obj_get_ext_attr(copy);
/*Refresh the style with new signal function*/
lv_obj_refresh_style(new_imgbtn);
}