mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
fix warning
This commit is contained in:
parent
2e08f80361
commit
1b04bf4488
@ -103,14 +103,6 @@ void lv_calendar_set_day_names(lv_obj_t * obj, const char ** day_names);
|
||||
* Getter functions
|
||||
*====================*/
|
||||
|
||||
/**
|
||||
* Get the header object of the calendar.
|
||||
* Date selectors can be created here
|
||||
* @param obj pointer to a calendar object
|
||||
* @return pointer to a container (lv_obj) for a header
|
||||
*/
|
||||
lv_obj_t * lv_calendar_get_header(const lv_obj_t * obj);
|
||||
|
||||
/**
|
||||
* Get the button matrix object of the calendar.
|
||||
* It shows the dates and day names.
|
||||
|
Loading…
x
Reference in New Issue
Block a user