Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
d4a4bba3
Commit
d4a4bba3
authored
May 04, 2016
by
Cédric Roux
Browse files
minor fix - remove unused variable
parent
deefb185
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/utils/T/tracer/gui/widget.c
View file @
d4a4bba3
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment