1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

Remove unused statement in lv_tileview

This commit is contained in:
Themba Dube 2019-10-31 20:19:54 -04:00
parent 859e14bedc
commit 2c790699de

View File

@ -354,7 +354,6 @@ static lv_res_t lv_tileview_scrl_signal(lv_obj_t * scrl, lv_signal_t sign, void
lv_obj_t * tileview = lv_obj_get_parent(scrl);
const lv_style_t * style_bg = lv_tileview_get_style(tileview, LV_TILEVIEW_STYLE_MAIN);
lv_tileview_ext_t * ext = lv_obj_get_ext_attr(tileview);
if(sign == LV_SIGNAL_DRAG_BEGIN) {
set_valid_drag_dirs(tileview);