probably left debug code

This commit is contained in:
NishiOwO
2026-01-12 18:50:55 +09:00
parent 7e32866c0a
commit a0d1bada8f

View File

@@ -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);