summaryrefslogtreecommitdiff
path: root/src/monster1.c
diff options
context:
space:
mode:
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);