From: Hourier Date: Wed, 29 Jan 2020 12:29:15 +0000 (+0900) Subject: [Refacotr] #37353 使われていないプリプロUSE_TCHARSを部分的に削除 / Removed unused preprocessors USE_TCH... X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3011d55d464262ff4ac865eedf008593ee9cc645;p=hengband%2Fhengband.git [Refacotr] #37353 使われていないプリプロUSE_TCHARSを部分的に削除 / Removed unused preprocessors USE_TCHARS partially --- diff --git a/src/h-config.h b/src/h-config.h index 6aed68bc6..c2bf171ad 100644 --- a/src/h-config.h +++ b/src/h-config.h @@ -169,11 +169,6 @@ */ /* - * OPTION: Use the icky BSD "tchars" methods in "main-gcu.c" - */ -/* #define USE_TCHARS */ - -/* * OPTION: Include "ncurses.h" instead of "curses.h" in "main-gcu.c" */ /* #define USE_NCURSES */ diff --git a/src/main-cap.c b/src/main-cap.c index 41af4ab15..ecbc6a873 100644 --- a/src/main-cap.c +++ b/src/main-cap.c @@ -40,7 +40,6 @@ * Mega-Hack -- try to guess when "POSIX" is available. * If the user defines two of these, we will probably crash. */ -# if && !defined(USE_TCHARS) # if defined(_POSIX_VERSION) # define USE_TPOSIX # else @@ -50,8 +49,6 @@ # define USE_TCHARS # endif # endif -# endif - /* * POSIX stuff