aboutsummaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorKrow Savcik <krow@savcik.xyz>2024-02-11 00:22:58 +0200
committerKrow Savcik <krow@savcik.xyz>2024-02-11 00:22:58 +0200
commit67abc25311d9dc7d12b28d07aaa37fcaf9b5fee5 (patch)
tree8f2a01b9c06168f538edbf9d99dba312215ea4ef /src/ui.c
parent984700a66faac957ee8e0b7b3415587665aa6fbd (diff)
fix some warnings and compilation errors
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui.c b/src/ui.c
index 28a54f6..202abcb 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -13,7 +13,6 @@
#include "palette.h"
#define fpan main_ui->focus_panel
-#define LENGTH(X) (sizeof X / sizeof *X)
#define MAX(a, b) (((a) > (b)) ? (a) : (b));
static const SDL_Rect ui_frame_rect[] = {