From a1bf1858cbbca35d24a0d6ec2411711e0b0fcd1b Mon Sep 17 00:00:00 2001 From: deskull Date: Mon, 1 Jul 2019 00:10:21 +0900 Subject: [PATCH] =?utf8?q?[Refactor]=20#39076=20do=5Fcmd=5Fknowledge=5Fmut?= =?utf8?q?ations()=20=E5=86=85=E3=81=AE=E3=82=B3=E3=83=A1=E3=83=B3?= =?utf8?q?=E3=83=88=E6=95=B4=E7=90=86=EF=BC=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/mutation.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mutation.c b/src/mutation.c index a30ed1e88..964d973bf 100644 --- a/src/mutation.c +++ b/src/mutation.c @@ -2025,14 +2025,10 @@ void do_cmd_knowledge_mutations(player_type *creature_ptr) FILE *fff; GAME_TEXT file_name[1024]; - /* Open a new file */ fff = my_fopen_temp(file_name, 1024); - - /* Dump the mutations to file */ if (fff) dump_mutations(creature_ptr, fff); my_fclose(fff); - /* Display the file contents */ show_file(TRUE, file_name, _("突然変異", "Mutations"), 0, 0); fd_kill(file_name); } -- 2.11.0