summaryrefslogtreecommitdiff
path: root/src/tactic_info_type.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-10-08 11:38:29 +0200
committerBardur Arantsson <bardur@scientician.net>2016-10-08 11:38:29 +0200
commit7d918f0df60e38c2c069976e4f82b790b770b894 (patch)
tree755160505e330e020787366ab0f877e6f576fdf4 /src/tactic_info_type.hpp
parent48c827fcfec1b0bce6885ff7b431765528be638a (diff)
Remove unused tactic_info_type.to_disarm field
Diffstat (limited to 'src/tactic_info_type.hpp')
-rw-r--r--src/tactic_info_type.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tactic_info_type.hpp b/src/tactic_info_type.hpp
index da94767d..4cb330f4 100644
--- a/src/tactic_info_type.hpp
+++ b/src/tactic_info_type.hpp
@@ -11,7 +11,6 @@ struct tactic_info_type
s16b to_dam;
s16b to_ac;
s16b to_stealth;
- s16b to_disarm;
s16b to_saving;
cptr name;
};