OSDN Git Service

[Refactor] #37353 メッセージとコメントの整理と型の置換 / Refactor messages and comments and type replac...
[hengband/hengband.git] / src / gameoption.h
index 3b9ad4f..ed3b079 100644 (file)
@@ -14,15 +14,8 @@ extern bool confirm_wear;    /* Confirm to wear/wield known cursed items */
 extern bool confirm_quest;     /* Prompt before exiting a quest level */\r
 extern bool target_pet;        /* Allow targetting pets */\r
 extern bool easy_open; /* Automatically open doors */\r
-\r
-#ifdef ALLOW_EASY_DISARM\r
 extern bool easy_disarm;       /* Automatically disarm traps */\r
-#endif\r
-\r
-#ifdef ALLOW_EASY_FLOOR\r
 extern bool easy_floor;        /* Display floor stacks in a list */\r
-#endif\r
-\r
 extern bool use_command;       /* Allow unified use command */\r
 extern bool over_exert;        /* Allow casting spells when short of mana */\r
 extern bool numpad_as_cursorkey;       /* Use numpad keys as cursor key in editor mode */\r