From 946d101429a49b656ee37ad00a927787e2d463fd Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 19 Feb 2011 17:09:03 +0100 Subject: Remove dead (#if 0) code. --- src/monster1.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/monster1.c') 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); -- cgit v1.2.3