(itm_maxno): Remove itm_maxno, it is not used.

This commit is contained in:
Ron Koenderink 2005-11-06 23:44:35 +00:00
parent 9ed76e90ac
commit d85323c476

View file

@ -52,5 +52,3 @@ struct ichrstr ichr[] = {
{'r', I_RAD, 150, 1, 8, {1, 1, 10, 1, 1},1000, "radioactive materials"},
{0, I_NONE, 0, 0, 0, {0, 0, 0, 0, 0}, 0, NULL}
};
int itm_maxno = (sizeof(ichr) / sizeof(struct ichrstr)) - 1;