From e49ba9fb2bae5fa4cba7342f952f77565eef837f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 27 Jun 2017 20:11:21 -0400 Subject: [PATCH] Remove unused enums. --- common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/common.h b/common.h index cdaea35..2b08527 100644 --- a/common.h +++ b/common.h @@ -6,8 +6,6 @@ extern const char advent_to_ascii[128]; extern const char ascii_to_advent[128]; enum bugtype { - TOO_MANY_WORDS_OF_MESSAGES, // 2 - TOO_MANY_TRAVEL_OPTIONS, // 3 TOO_MANY_VOCABULARY_WORDS, // 4 REQUIRED_VOCABULARY_WORD_NOT_FOUND, // 5 INVALID_SECTION_NUMBER_IN_DATABASE, // 9 -- 2.31.1