From a9f807ac9971ab7c67d4e9c525064ee36de4c71c Mon Sep 17 00:00:00 2001 From: Amir Gonnen Date: Mon, 18 Mar 2019 10:00:09 +0200 Subject: [PATCH] removed commented out function declarations --- src/lv_core/lv_refr.h | 12 ------------ src/lv_objx/lv_spinbox.h | 7 ------- 2 files changed, 19 deletions(-) diff --git a/src/lv_core/lv_refr.h b/src/lv_core/lv_refr.h index 300a93599..789d47889 100644 --- a/src/lv_core/lv_refr.h +++ b/src/lv_core/lv_refr.h @@ -60,18 +60,6 @@ void lv_refr_now(void); */ void lv_inv_area(lv_disp_t * disp, const lv_area_t * area_p); -/** - * Get the number of areas in the buffer - * @return number of invalid areas -uint16_t lv_refr_get_buf_size(void); - */ - -/** - * Pop (delete) the last 'num' invalidated areas from the buffer - * @param num number of areas to delete -void lv_refr_pop_from_buf(uint16_t num); - */ - /** * Get the display which is being refreshed * @return the display being refreshed diff --git a/src/lv_objx/lv_spinbox.h b/src/lv_objx/lv_spinbox.h index cb3b4f3a0..2203ae2e4 100644 --- a/src/lv_objx/lv_spinbox.h +++ b/src/lv_objx/lv_spinbox.h @@ -122,13 +122,6 @@ void lv_spinbox_set_step(lv_obj_t * spinbox, uint32_t step); */ void lv_spinbox_set_range(lv_obj_t * spinbox, int32_t range_min, int32_t range_max); -/** - * Set spinbox callback on calue change - * @param spinbox pointer to spinbox - * @param cb Callback function called on value change event -void lv_spinbox_set_value_changed_cb(lv_obj_t * spinbox, lv_spinbox_value_changed_cb_t cb); - */ - /** * Set spinbox left padding in digits count (added between sign and first digit) * @param spinbox pointer to spinbox