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

fix warning

This commit is contained in:
Gabor Kiss-Vamosi 2021-10-25 18:43:32 +02:00
parent 2e08f80361
commit 1b04bf4488

View File

@ -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.