Commit d4a4bba3 authored by Cedric Roux's avatar Cedric Roux

minor fix - remove unused variable

parent deefb185
......@@ -128,7 +128,6 @@ void widget_del_child_internal(gui *_gui, widget *parent, widget *child)
struct widget *p = parent;
struct widget *c = child;
struct widget_list *prev, *cur;
int i;
c->parent = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment