summaryrefslogtreecommitdiff
path: root/src/tables.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-03-10 18:41:54 +0100
committerBardur Arantsson <bardur@scientician.net>2016-03-10 19:02:23 +0100
commita343ccf6b05df1d889cb4302a3e9e21c4816c048 (patch)
tree4f587f591a4d285190b1d7d3b0c5b19d770b0904 /src/tables.cc
parentf6812b19be995ddd26a318391a0f5311e4de11a6 (diff)
Remove player gender, age, height, etc.
Diffstat (limited to 'src/tables.cc')
-rw-r--r--src/tables.cc23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/tables.cc b/src/tables.cc
index 09e6c18c..24328ac9 100644
--- a/src/tables.cc
+++ b/src/tables.cc
@@ -1144,29 +1144,6 @@ s32b player_exp[PY_MAX_LEVEL] =
/*
- * Player Sexes
- *
- * Title,
- * Winner
- */
-player_sex sex_info[MAX_SEXES] =
-{
- {
- "Female",
- "Queen"
- },
-
-{
-"Male",
-"King"
-},
-{
-"Neuter",
-"Ruler"
-}
-};
-
-/*
* Hack -- the "basic" color names (see "TERM_xxx")
*/
cptr color_names[16] =