diff --git a/src/indev/lv_indev.c b/src/indev/lv_indev.c index bfb2182a59..948e85b38c 100644 --- a/src/indev/lv_indev.c +++ b/src/indev/lv_indev.c @@ -546,7 +546,6 @@ lv_result_t lv_indev_send_event(lv_indev_t * indev, lv_event_code_t code, void * return res; } - /********************** * STATIC FUNCTIONS **********************/ diff --git a/src/misc/lv_anim.h b/src/misc/lv_anim.h index 4ef547a49b..ec6ac3cc25 100644 --- a/src/misc/lv_anim.h +++ b/src/misc/lv_anim.h @@ -506,7 +506,6 @@ static inline lv_anim_t * lv_anim_custom_get(lv_anim_t * a, lv_anim_custom_exec_ */ uint16_t lv_anim_count_running(void); - /** * Store the speed as a special value which can be used as time in animations. * It will be converted to time internally based on the start and end values