From 07fd90fb6423cf2024e6c970f16b2928aed85e27 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Mon, 23 Sep 2002 23:06:28 +0000 Subject: [PATCH] * color.h: Remove EDITOR_UNDERLINED_COLOR, it's unused. --- src/ChangeLog | 2 ++ src/color.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 231b5ff61..ecde2ca6e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2002-09-23 Pavel Roskin + * color.h: Remove EDITOR_UNDERLINED_COLOR, it's unused. + * global.h: Move fcntl.h inclusion here. Define O_BINARY. * mountlist.c: Remove more includes already handled in global.h. diff --git a/src/color.h b/src/color.h index 9103bf0a6..1346f9936 100644 --- a/src/color.h +++ b/src/color.h @@ -82,7 +82,6 @@ extern int alarm_colors[4]; #define EDITOR_NORMAL_COLOR BEST_COLOR (EDITOR_NORMAL_COLOR_INDEX, 0) #define EDITOR_BOLD_COLOR BEST_COLOR (35, A_BOLD) #define EDITOR_MARKED_COLOR BEST_COLOR (36, A_REVERSE) -#define EDITOR_UNDERLINED_COLOR VIEW_UNDERLINED_COLOR #ifdef HAVE_SLANG # define CTYPE char *