diff --git a/avr/devices/c03/main/a_c03.asm b/avr/devices/c03/main/a_c03.asm index 904fb60..342d53f 100644 --- a/avr/devices/c03/main/a_c03.asm +++ b/avr/devices/c03/main/a_c03.asm @@ -371,41 +371,7 @@ C03App_OnCmdBack: ; @clobbers any, !X C03App_CreateButton: - push xl - push xh - push r20 - push r21 - push r22 - ldi r20, BUTTON_MODE_NORMAL - bigcall Button_new - pop r22 - pop r21 - pop r20 - brcc C03App_CreateButton_done - mov xl, yl - mov xh, yh - push xl ; Button - push xh - push r22 - ldi r16, 0 - ldi r17, (WIDGET_PACK_BEGIN<