projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45384f6
)
Remove unused enums.
author
Eric S. Raymond
<esr@thyrsus.com>
Wed, 28 Jun 2017 00:11:21 +0000
(20:11 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Wed, 28 Jun 2017 00:11:21 +0000
(20:11 -0400)
common.h
patch
|
blob
|
history
diff --git
a/common.h
b/common.h
index cdaea35fbff46b3610a0225eb28382d86084c0c2..2b0852778e72b7f00263b64db5688a3f26325286 100644
(file)
--- 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