Merge pull request #408 from aenchevich/dev-5.2

Removing unused var
This commit is contained in:
Gabor Kiss-Vamosi
2018-09-17 06:23:58 +02:00
committed by GitHub
-2
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);
}