From 146730a630de5f98e2d72efa488d1cfc8d98a695 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 29 May 2001 22:12:00 +0000 Subject: [PATCH] * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS. * pc/config.h: Likewise. --- ChangeLog | 7 ++++--- extraconf.h | 1 - pc/config.h | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index eed476173..0b607bc45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -2001-04-29 Pavel Roskin +2001-05-29 Pavel Roskin + + * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS. + * pc/config.h: Likewise. * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x" and "strings". Recognize "write" files and MS Word templates. @@ -6,8 +9,6 @@ Escape spaces in the "type" directives. From Nerijus Baliunas. -2001-05-29 Pavel Roskin - * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS. * Make.common.in: Remove hpath, it's unused. diff --git a/extraconf.h b/extraconf.h index f9a5ee47e..ef521f348 100644 --- a/extraconf.h +++ b/extraconf.h @@ -39,7 +39,6 @@ the need to embed this logic into configure.in. # define USE_O_TEXT # define HAS_ACS_AS_PCCHARS -# define HAS_DIRECT_COLOR_ACCESS # define NEEDS_CR_LF_TRANSLATION #endif diff --git a/pc/config.h b/pc/config.h index 0d0010d4d..ac4131dd1 100644 --- a/pc/config.h +++ b/pc/config.h @@ -44,7 +44,6 @@ #define USE_O_TEXT #define HAS_ACS_AS_PCCHARS -#define HAS_DIRECT_COLOR_ACCESS #define NEEDS_CR_LF_TRANSLATION #ifdef MC_NT