summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2011-02-27 18:57:30 +0100
committerBardur Arantsson <bardur@scientician.net>2012-03-29 21:16:16 +0200
commit13664a125f4304824268e1e5203ea72670a5c5ad (patch)
tree0272480b928cad3964dc007f533401285d936d21 /src/types.h
parentb09c86b9828d931638b48864a65658a20d2ad864 (diff)
Remove unused Lua functions for body modification
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/types.h b/src/types.h
index 26b8b21d..e619c182 100644
--- a/src/types.h
+++ b/src/types.h
@@ -1822,8 +1822,6 @@ struct player_type
bool_ disembodied; /* Is the player in a body ? */
byte body_parts[INVEN_TOTAL - INVEN_WIELD]; /* Which body parts does he have ? */
- s16b extra_body_parts[BODY_MAX]; /* Various body modifiers */
-
/* Astral */
bool_ astral; /* We started at the bottom ? */