mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-14 21:33:28 +00:00
probably left debug code
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user