From: Eric S. Raymond Date: Tue, 1 Aug 2017 23:26:29 +0000 (-0400) Subject: Remove unused phase codes. X-Git-Tag: 1.3~4 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=a00229050aa9af4685b6e42ec89f436da30414c2;ds=sidebyside Remove unused phase codes. --- diff --git a/advent.h b/advent.h index 002d3ca..ce763fa 100644 --- a/advent.h +++ b/advent.h @@ -101,11 +101,8 @@ enum phase_codes { GO_TOP, GO_CLEAROBJ, GO_CHECKHINT, - GO_DIRECTION, GO_WORD2, - GO_SPECIALS, GO_UNKNOWN, - GO_ACTION, GO_DWARFWAKE, };