summaryrefslogtreecommitdiff
path: root/src/tables.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-12-13 17:10:05 +0100
committerBardur Arantsson <bardur@scientician.net>2015-12-28 16:04:45 +0100
commitaf1b22bc057519500c58e4e87b60fefdec6f8d35 (patch)
tree348a0470843cab1f684d07dcda0738fdb172e17d /src/tables.cc
parentd10adaf65d299c3b4c2f4fa25c48b2dfabb7a0c8 (diff)
Remove get_month_name()
Use simple numbered days instead and remove START_{DAY,YEAR} since they are no longer used.
Diffstat (limited to 'src/tables.cc')
-rw-r--r--src/tables.cc37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/tables.cc b/src/tables.cc
index ea148654..09e6c18c 100644
--- a/src/tables.cc
+++ b/src/tables.cc
@@ -4341,43 +4341,6 @@ between_exit between_exits[MAX_BETWEEN_EXITS] =
};
/*
- * Months
- */
-int month_day[9] =
-{
- 0, /* 1 day */
-
- 1, /* 54 days */
- 55, /* 72 days */
- 127, /* 54 days */
-
- 181, /* 3 days */
-
- 184, /* 54 days */
- 238, /* 72 days */
- 310, /* 54 days */
-
- 364, /* 1 day */
-};
-
-cptr month_name[9] =
-{
- "Yestare",
-
- "Tuile",
- "Laire",
- "Yavie",
-
- "Enderi",
-
- "Quelle",
- "Hrive",
- "Coire",
-
- "Mettare",
-};
-
-/*
* max body parts
*/
int max_body_part[BODY_MAX] =