aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/checkbox/lv_checkbox.h
diff options
context:
space:
mode:
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;
/**********************