fix(proto) Remove redundant prototype declarations (#2771)
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
- fix(core): force the use of 32bit integers in the enumerations so that LVGL can be compiled on 16bit architectures
|
||||
- fix(msgbox) add declaration for lv_msgbox_content_class
|
||||
- fix(txt) skip basic arabic vowel characters when processing conjunction
|
||||
|
||||
- fix(proto) Remove redundant prototype declarations
|
||||
|
||||
## v8.0.2 (16.07.2021)
|
||||
- fix(theme) improve button focus of keyboard
|
||||
|
||||
@@ -47,7 +47,6 @@ static void refresh_self_size(lv_obj_t * obj);
|
||||
static const lv_font_t * lv_span_get_style_text_font(lv_obj_t * par, lv_span_t * span);
|
||||
static lv_coord_t lv_span_get_style_text_letter_space(lv_obj_t * par, lv_span_t * span);
|
||||
static lv_color_t lv_span_get_style_text_color(lv_obj_t * par, lv_span_t * span);
|
||||
static lv_color_t lv_span_get_style_text_color(lv_obj_t * par, lv_span_t * span);
|
||||
static lv_opa_t lv_span_get_style_text_opa(lv_obj_t * par, lv_span_t * span);
|
||||
static lv_opa_t lv_span_get_style_text_blend_mode(lv_obj_t * par, lv_span_t * span);
|
||||
static int32_t lv_span_get_style_text_decor(lv_obj_t * par, lv_span_t * span);
|
||||
|
||||
@@ -47,7 +47,6 @@ static bool button_is_popover(lv_btnmatrix_ctrl_t ctrl_bits);
|
||||
static bool button_is_checkable(lv_btnmatrix_ctrl_t ctrl_bits);
|
||||
static bool button_is_recolor(lv_btnmatrix_ctrl_t ctrl_bits);
|
||||
static bool button_get_checked(lv_btnmatrix_ctrl_t ctrl_bits);
|
||||
static bool button_is_recolor(lv_btnmatrix_ctrl_t ctrl_bits);
|
||||
static uint16_t get_button_from_point(lv_obj_t * obj, lv_point_t * p);
|
||||
static void allocate_btn_areas_and_controls(const lv_obj_t * obj, const char ** map);
|
||||
static void invalidate_button_area(const lv_obj_t * obj, uint16_t btn_idx);
|
||||
|
||||
Reference in New Issue
Block a user