From: Hourier Date: Tue, 28 Jan 2020 12:54:10 +0000 (+0900) Subject: [Refactor] #37353 USE_SPECIAL のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed USE_SPECIAL... X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6d6ed2c2869e91aa788ad457a872222e78014c34;p=hengband%2Fhengband.git [Refactor] #37353 USE_SPECIAL のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed USE_SPECIAL but existing codes are as-is --- diff --git a/src/h-config.h b/src/h-config.h index 0069f795a..4e1cacf26 100644 --- a/src/h-config.h +++ b/src/h-config.h @@ -149,9 +149,6 @@ #endif /* INCLUDED_H_CONFIG_H */ -/* Allow various special stuff (sound, graphics, etc.) */ -#define USE_SPECIAL - #ifndef HAVE_CONFIG_H /* @@ -277,8 +274,6 @@ /* #define SCORE_CHEATERS */ -#ifdef USE_SPECIAL - /* * OPTION: Allow the use of "sound" in various places. */ @@ -294,8 +289,6 @@ */ #define USE_MUSIC -#endif /* USE_SPECIAL */ - /* * OPTION: Set the "default" path to the angband "lib" directory.