From 916b2f6a95a08664427bc0f2affd5596c8485dd5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 22 Aug 2021 11:38:19 -0300 Subject: src/gistatic.c: Remove unused MSGs --- src/gistatic.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'src/gistatic.c') diff --git a/src/gistatic.c b/src/gistatic.c index 0a65b6c..8f067b7 100644 --- a/src/gistatic.c +++ b/src/gistatic.c @@ -50,12 +50,10 @@ static nl_catd catalog_descriptor = NULL; #define MSG_THEAD_AUTHOR 18 #define MSG_THEAD_DATE 19 #define MSG_THEAD_TAG 20 -#define MSG_THEAD_DOWNLOAD 21 -#define MSG_MISSING_URL 22 -#define MSG_MISSING_ARGS 23 -#define MSG_INCOMPATIBLE_OPTIONS 24 -#define MSG_ERR_NONDIRECT_REF 25 -#define MSG_INDEX_DESCRIPTION 26 +#define MSG_MISSING_URL 21 +#define MSG_MISSING_ARGS 22 +#define MSG_INCOMPATIBLE_OPTIONS 23 +#define MSG_INDEX_DESCRIPTION 24 static const char *const MSGS[] = { "", @@ -94,11 +92,9 @@ static const char *const MSGS[] = { [MSG_THEAD_AUTHOR]="Author", [MSG_THEAD_DATE]="Date", [MSG_THEAD_TAG]="Tag", - [MSG_THEAD_DOWNLOAD]="Download", [MSG_MISSING_URL]="Missing '-u CLONE_URL'", [MSG_MISSING_ARGS]="Missing [PATH | [PATHS]]", [MSG_INCOMPATIBLE_OPTIONS]="Incompatible options -u and -i", - [MSG_ERR_NONDIRECT_REF]="Git reference is not direct", [MSG_INDEX_DESCRIPTION]="Index of repositories", NULL }; -- cgit v1.2.3