From 3bd5052718dd126671c7f98648b8c98688f29155 Mon Sep 17 00:00:00 2001 From: Shaun Inman Date: Mon, 13 Feb 2023 21:25:59 -0500 Subject: [PATCH] remove dead macros --- src/minarch/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/minarch/main.c b/src/minarch/main.c index 7791e5d..1bc13be 100644 --- a/src/minarch/main.c +++ b/src/minarch/main.c @@ -2731,8 +2731,6 @@ static int Menu_message(char* message) { #define OPTION_PADDING 8 #define MAX_VISIBLE_OPTIONS 7 -#define RELEASE_NAME "r20230127" -#define COMMIT_HASH "0b74e5f8" static int Menu_options(MenuList* list); static int MenuList_freeItems(MenuList* list, int i) {