aboutsummaryrefslogtreecommitdiff
path: root/src/widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.c')
-rw-r--r--src/widget.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widget.c b/src/widget.c
index 653d6f3..af1f7f0 100644
--- a/src/widget.c
+++ b/src/widget.c
@@ -15,7 +15,6 @@ cherry_widget_new(void)
widget->x = 0;
widget->y = 0;
widget->widgets = clist_create();
- widget->draw = NULL;
widget->dimension = cherry_dimension_new();
widget->visible = 0;
widget->draw = cherry_widget_draw;