From 558082cbfcce569cd3cf85b3f710677af73e88c2 Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Tue, 3 Oct 2017 14:00:40 -0400 Subject: [PATCH] Cleanup structure. --- src/message.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/message.c b/src/message.c index 4fa1c9b..c9cbc03 100644 --- a/src/message.c +++ b/src/message.c @@ -1305,21 +1305,16 @@ typedef struct tidyStringsKeyItem { } tidyStringsKeyItem; static const tidyStringsKeyItem tidyStringsKeys[] = { - FOREACH_TIDYCONFIGCATEGORY(MAKE_STRUCT) FOREACH_MSG_MISC(MAKE_STRUCT) FOREACH_FOOTNOTE_MSG(MAKE_STRUCT) FOREACH_DIALOG_MSG(MAKE_STRUCT) FOREACH_REPORT_MSG(MAKE_STRUCT) - - { "TIDYSTRINGS_FIRST", TIDYSTRINGS_FIRST }, - FOREACH_ACCESS_MSG(MAKE_STRUCT) - #if SUPPORT_CONSOLE_APP FOREACH_MSG_CONSOLE(MAKE_STRUCT) #endif - + { "TIDYSTRINGS_FIRST", TIDYSTRINGS_FIRST }, { "TIDYSTRINGS_LAST", TIDYSTRINGS_LAST }, { NULL, 0 }, };