From 683f826d259928b29759d93d63e5aceeeaae14fb Mon Sep 17 00:00:00 2001 From: mogami Date: Fri, 5 Sep 2003 21:58:49 +0000 Subject: [PATCH] =?utf8?q?commit=E5=BF=98=E3=82=8C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/z-config.h | 45 --------------------------------------------- 1 file changed, 45 deletions(-) diff --git a/src/z-config.h b/src/z-config.h index 6359e0564..9bef19730 100644 --- a/src/z-config.h +++ b/src/z-config.h @@ -264,51 +264,6 @@ /* - * OPTION: Delay the loading of the "f_text" array until it is actually - * needed, saving ~1K, since "feature" descriptions are unused. - */ -#define DELAY_LOAD_F_TEXT - -/* - * OPTION: Delay the loading of the "k_text" array until it is actually - * needed, saving ~1K, since "object" descriptions are unused. - */ -#define DELAY_LOAD_K_TEXT - -/* - * OPTION: Delay the loading of the "a_text" array until it is actually - * needed, saving ~1K, since "artifact" descriptions are unused. - */ -#ifndef JP -#define DELAY_LOAD_A_TEXT -#endif - -/* - * OPTION: Delay the loading of the "e_text" array until it is actually - * needed, saving ~1K, since "ego-item" descriptions are unused. - */ -#define DELAY_LOAD_E_TEXT - -/* - * OPTION: Delay the loading of the "r_text" array until it is actually - * needed, saving ~60K, but "simplifying" the "monster" descriptions. - */ -/* #define DELAY_LOAD_R_TEXT */ - -/* - * OPTION: Delay the loading of the "d_text" array until it is actually - * needed, saving ~1K, since "dungeon" descriptions are unused. - */ -/* #define DELAY_LOAD_D_TEXT */ - -/* - * OPTION: Delay the loading of the "v_text" array until it is actually - * needed, saving ~1K, but "destroying" the "vault" generation. - */ -/* #define DELAY_LOAD_V_TEXT */ - - -/* * OPTION: Handle signals */ #define HANDLE_SIGNALS -- 2.11.0