OSDN Git Service

[Refactor] #37353 OPT_PAGE_* の重複定義を削除.
authordeskull <deskull@users.sourceforge.jp>
Wed, 22 May 2019 15:34:05 +0000 (00:34 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Wed, 22 May 2019 15:34:05 +0000 (00:34 +0900)
src/defines.h

index 67944ab..b7dbfc3 100644 (file)
         (player_can_see_bold((A)->fy, (A)->fx) && projectable(p_ptr->y, p_ptr->x, (A)->fy, (A)->fx)))))
 
 
-/*** Option Definitions ***/
-
-
-#define OPT_PAGE_INPUT          1
-#define OPT_PAGE_MAPSCREEN      2
-#define OPT_PAGE_TEXT           3
-#define OPT_PAGE_GAMEPLAY       4
-#define OPT_PAGE_DISTURBANCE    5
-#define OPT_PAGE_BIRTH          6
-#define OPT_PAGE_AUTODESTROY    7
-#define OPT_PAGE_PLAYRECORD    10
-
-#define OPT_PAGE_JAPANESE_ONLY 99
-
-
 /*** Macro Definitions ***/