summaryrefslogtreecommitdiff
path: root/src/monster1.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2011-02-19 17:09:03 +0100
committerBardur Arantsson <bardur@scientician.net>2011-02-19 19:32:06 +0100
commit946d101429a49b656ee37ad00a927787e2d463fd (patch)
tree99623edd7ad64502efbdefcc2ad1eaf693a062b2 /src/monster1.c
parent6a077f767bab67c5847e6ccf98513151462879a4 (diff)
Remove dead (#if 0) code.
Diffstat (limited to 'src/monster1.c')
-rw-r--r--src/monster1.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/monster1.c b/src/monster1.c
index 7a44ffab..cb8be90b 100644
--- a/src/monster1.c
+++ b/src/monster1.c
@@ -135,23 +135,6 @@ static void roff_aux(int r_idx, int ego, int remem)
-#if 0
-
- /* Nothing erased */
- roff_old = 0;
-
- /* Reset the row */
- roff_row = 1;
-
- /* Reset the pointer */
- roff_p = roff_buf;
-
- /* No spaces yet */
- roff_s = NULL;
-
-#endif
-
-
/* Access the race and lore */
r_ptr = race_info_idx(r_idx, ego);