aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/checkbox/lv_checkbox.h
diff options
context:
space:
mode:
authorLiam <30486941+liamHowatt@users.noreply.github.com>2024-08-02 01:46:42 -0400
committerGitHub <noreply@github.com>2024-08-02 07:46:42 +0200
commit1d14386b99cdff731cc3367d1d8b5e96ffb8fcea (patch)
tree6c0ac804a785f54efebd372fd7070a5e2f840036 /src/widgets/checkbox/lv_checkbox.h
parenta8c8275b560fa74b8bdd72d1d180c98d22a33fc8 (diff)
downloadlvgl-1d14386b99cdff731cc3367d1d8b5e96ffb8fcea.tar.gz
lvgl-1d14386b99cdff731cc3367d1d8b5e96ffb8fcea.zip
refactor(API): don't expose private symbols in lvgl.h. phase-out "_lv*" names (#6068)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Diffstat (limited to 'src/widgets/checkbox/lv_checkbox.h')
-rw-r--r--src/widgets/checkbox/lv_checkbox.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/widgets/checkbox/lv_checkbox.h b/src/widgets/checkbox/lv_checkbox.h
index 25ba35946..804ff600f 100644
--- a/src/widgets/checkbox/lv_checkbox.h
+++ b/src/widgets/checkbox/lv_checkbox.h
@@ -22,16 +22,6 @@ extern "C" {
* DEFINES
*********************/
-/**********************
- * TYPEDEFS
- **********************/
-
-typedef struct {
- lv_obj_t obj;
- char * txt;
- uint32_t static_txt : 1;
-} lv_checkbox_t;
-
LV_ATTRIBUTE_EXTERN_DATA extern const lv_obj_class_t lv_checkbox_class;
/**********************