From 28dd27875ec29a2c0749a3eeb297b791462f392e Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Mon, 12 Jun 2023 10:17:24 +0300 Subject: [PATCH] Remove unused macro ALLOC_COLOR_PAIR_INDEX. --- lib/tty/color.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/tty/color.h b/lib/tty/color.h index 138781f4a..583cce3ce 100644 --- a/lib/tty/color.h +++ b/lib/tty/color.h @@ -21,8 +21,6 @@ /*** typedefs(not structures) and defined constants **********************************************/ -#define ALLOC_COLOR_PAIR_INDEX 1 - /*** enums ***************************************************************************************/ /*** structures declarations (and typedefs of structures)*****************************************/