From 6d6ed2c2869e91aa788ad457a872222e78014c34 Mon Sep 17 00:00:00 2001 From: Hourier Date: Tue, 28 Jan 2020 21:54:10 +0900 Subject: [PATCH] =?utf8?q?[Refactor]=20#37353=20USE=5FSPECIAL=20=E3=81=AE?= =?utf8?q?=E3=83=97=E3=83=AA=E3=83=97=E3=83=AD=E3=81=8C=E6=9C=89=E5=8A=B9?= =?utf8?q?=E3=81=A7=E3=81=82=E3=82=8B=E3=81=93=E3=81=A8=E3=82=92=E5=89=8D?= =?utf8?q?=E6=8F=90=E3=81=A8=E3=81=97=E3=80=81=E3=83=97=E3=83=AA=E3=83=97?= =?utf8?q?=E3=83=AD=E8=87=AA=E4=BD=93=E3=81=AF=E5=89=8A=E9=99=A4=20/=20Rem?= =?utf8?q?oved=20USE=5FSPECIAL=20but=20existing=20codes=20are=20as-is?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/h-config.h | 7 ------- 1 file changed, 7 deletions(-) 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. -- 2.11.0