remove unused lines

was messing with the checkbox size to see how it would look but in the end i just kept it default, so these are now just useless lines i forgot to remove
This commit is contained in:
mingokrb 2026-03-27 12:45:06 -03:00
parent 02901b8994
commit 9f3bb82a01

View file

@ -69,8 +69,6 @@ void djui_panel_host_message_create(struct DjuiBase* caller) {
djui_text_set_drop_shadow(text1, 64, 64, 64, 100);
struct DjuiCheckbox* chkHide = djui_checkbox_create(body, DLANG(HOST_MESSAGE, WARN_SOCKET_HIDE), &hideMessage, NULL);
djui_base_set_size(&chkHide->base, 1.0f, 32);
djui_base_set_alignment(&chkHide->base, DJUI_HALIGN_CENTER, DJUI_VALIGN_TOP);
struct DjuiRect* rect1 = djui_rect_container_create(body, 64);
{