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/wizard2.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/wizard2.c') diff --git a/src/wizard2.c b/src/wizard2.c index daabe4f3..83bcfc05 100644 --- a/src/wizard2.c +++ b/src/wizard2.c @@ -729,11 +729,6 @@ static void wiz_tweak_item(object_type *o_ptr) object_flags(o_ptr, &f1, &f2, &f3, &f4, &f5, &esp); -#if 0 /* DG -- A Wizard can do whatever he/she wants */ - /* Hack -- leave artifacts alone */ - if (artifact_p(o_ptr) || o_ptr->art_name) return; -#endif - p = "Enter new 'pval' setting: "; sprintf(tmp_val, "%ld", (long int) o_ptr->pval); if (!get_string(p, tmp_val, 5)) return; -- cgit v1.2.3