From d79a445ad1b8d6d222aedc4e43af425dcd67a00d Mon Sep 17 00:00:00 2001 From: "Marco Antonio J. Costa" Date: Wed, 8 Oct 2025 02:59:06 -0300 Subject: [PATCH] remove ATM_BUTTONS_* definitions --- Laptop/personnel.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Laptop/personnel.cpp b/Laptop/personnel.cpp index b4410346..fbc2e9ca 100644 --- a/Laptop/personnel.cpp +++ b/Laptop/personnel.cpp @@ -145,11 +145,6 @@ /// atm font #define ATM_FONT PERS_FONT -// atm button positions -#define ATM_BUTTONS_START_Y iScreenHeightOffset + 110 -#define ATM_BUTTONS_START_X iScreenWidthOffset + 510 -#define ATM_BUTTON_WIDTH 15 -#define ATM_BUTTON_HEIGHT 15 #define ATM_DISPLAY_X iScreenWidthOffset + 509 #define ATM_DISPLAY_Y iScreenHeightOffset + 58 #define ATM_DISPLAY_HEIGHT 10