probably left debug code
This commit is contained in:
parent
7e32866c0a
commit
a0d1bada8f
1 changed files with 0 additions and 1 deletions
|
|
@ -123,7 +123,6 @@ MwWidget MwCreateWidget(MwClass widget_class, const char* name, MwWidget parent,
|
|||
h->children = NULL;
|
||||
|
||||
if(widget_class != NULL) {
|
||||
printf("%p\n", MwLLCreate);
|
||||
if((h->lowlevel = MwLLCreate(parent == NULL ? NULL : parent->lowlevel, x, y, width, height)) == NULL) {
|
||||
free(h->name);
|
||||
free(h);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue