remove extra potion enums

Generic object handling ended up not using FIRST_POTION, LAST_POTION,
and NUM_POTIONS so don't bother setting those up.
This commit is contained in:
PatR
2023-01-12 14:54:05 -08:00
parent 5b27e25d6d
commit 0649f5860a
3 changed files with 0 additions and 6 deletions

View File

@@ -1058,9 +1058,6 @@ dump_enums(void)
static const struct enum_dump omdump[] = {
dump_om(FIRST_AMULET),
dump_om(LAST_AMULET),
dump_om(FIRST_POTION),
dump_om(LAST_POTION),
dump_om(NUM_POTIONS),
dump_om(FIRST_SPELL),
dump_om(LAST_SPELL),
dump_om(MAXSPELL),