From: deskull Date: Sat, 15 Jun 2019 09:13:28 +0000 (+0900) Subject: [Refactor] #39076 冗長なコメントを削除 (/* Recall */) X-Git-Url: http://git.osdn.net/view?p=hengband%2Fhengband.git;a=commitdiff_plain;h=be57297a70cdc1fd8178b556adfc1c11d40413bb [Refactor] #39076 冗長なコメントを削除 (/* Recall */) --- diff --git a/src/bldg.c b/src/bldg.c index 7a6ef603f..de9892579 100644 --- a/src/bldg.c +++ b/src/bldg.c @@ -3793,7 +3793,6 @@ static bool research_mon(void) /* Interact */ while (1) { - /* Recall */ if (recall) { /*** Recall on screen ***/ diff --git a/src/cmd-item.c b/src/cmd-item.c index 180c05cb7..21c985efd 100644 --- a/src/cmd-item.c +++ b/src/cmd-item.c @@ -1450,7 +1450,6 @@ void do_cmd_query_symbol(void) /* Interact */ while (1) { - /* Recall */ if (recall) { screen_save(); diff --git a/src/targeting.c b/src/targeting.c index 5964e3235..378a849fb 100644 --- a/src/targeting.c +++ b/src/targeting.c @@ -612,7 +612,6 @@ static char target_set_aux(POSITION y, POSITION x, BIT_FLAGS mode, concptr info) { char acount[10]; - /* Recall */ if (recall) { screen_save();