From 9898cb126155bd9c1b0956d4e555ec93825ae8a3 Mon Sep 17 00:00:00 2001 From: iks Date: Tue, 29 Jan 2013 13:06:47 +0000 Subject: [PATCH] =?utf8?q?dafault=E3=81=8C=E6=82=AA=E3=81=95=E3=82=92?= =?utf8?q?=E3=81=99=E3=82=8B=E3=81=AE=E3=81=A7=E5=89=8A=E9=99=A4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/object1.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/object1.c b/src/object1.c index fbd60c090..53e4ce4ca 100644 --- a/src/object1.c +++ b/src/object1.c @@ -837,17 +837,13 @@ cptr item_activation(object_type *o_ptr) } } +#if 0 /* Some artifacts can be activated */ switch (o_ptr->name1) { /* Nothing */ - default: -#ifdef JP - return "̤ÄêµÁ"; -#else - return "something undefined"; -#endif } +#endif if (object_is_smith(o_ptr)) { -- 2.11.0