summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2017-01-04 21:13:15 +0100
committerBardur Arantsson <bardur@scientician.net>2017-01-04 21:13:24 +0100
commitb774262f0a15e1dded8f11474256015a6e639792 (patch)
tree248e43cfc5fe78d5bd56c7e421b88aafc6b002de
parent33ab0c7749426684d044bd25da05526bf19de742 (diff)
Remove unused artifact_type::max_num
-rw-r--r--src/artifact_type.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/artifact_type.hpp b/src/artifact_type.hpp
index 8ff53433..9f866aa7 100644
--- a/src/artifact_type.hpp
+++ b/src/artifact_type.hpp
@@ -42,7 +42,6 @@ struct artifact_type
byte rarity = 0; /* Artifact rarity */
byte cur_num = 0; /* Number created (0 or 1) */
- byte max_num = 0; /* Unused (should be "1") */
s16b power = 0; /* Power granted, if any */