diff options
author | Krow Savcik <krow@savcik.xyz> | 2024-02-11 00:22:58 +0200 |
---|---|---|
committer | Krow Savcik <krow@savcik.xyz> | 2024-02-11 00:22:58 +0200 |
commit | 67abc25311d9dc7d12b28d07aaa37fcaf9b5fee5 (patch) | |
tree | 8f2a01b9c06168f538edbf9d99dba312215ea4ef /src/ui.c | |
parent | 984700a66faac957ee8e0b7b3415587665aa6fbd (diff) |
fix some warnings and compilation errors
Diffstat (limited to 'src/ui.c')
-rw-r--r-- | src/ui.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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[] = { |