mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-26 03:51:46 +00:00
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:
parent
02901b8994
commit
9f3bb82a01
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue