From d01f1d01e3c569aa91c5231690d7fd4847e4ccf6 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 13 Apr 2022 20:59:15 -0400 Subject: no need to compile #defines --- term/no_color_video.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 term/no_color_video.c (limited to 'term/no_color_video.c') diff --git a/term/no_color_video.c b/term/no_color_video.c deleted file mode 100644 index 6b82571..0000000 --- a/term/no_color_video.c +++ /dev/null @@ -1,11 +0,0 @@ -#include - -#define no_color_video tigetnum("ncv") - -/** video attributes that can't be used with colors **/ - -/* -TERMINFO_NAME(ncv) -TERMCAP_NAME(NC) -XOPEN(400) -*/ -- cgit v1.2.1