From 0e5a001c8e5773cc2e1075ba0790c010641ccedc Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 7 Sep 2022 17:27:49 -0700 Subject: [PATCH] glcomp: remove unused 'FONT_TAB_SPACE' The last use of this was removed in 8444026daa5f5ba70dcc2a719f9ad23b927e88ce. --- lib/glcomp/glcompdefs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/glcomp/glcompdefs.h b/lib/glcomp/glcompdefs.h index 02acf33dc..2ff036da0 100644 --- a/lib/glcomp/glcompdefs.h +++ b/lib/glcomp/glcompdefs.h @@ -81,7 +81,6 @@ extern "C" { #define FONT_MAX_LEN 1024 /* maximum chars to draw to the screen, used for buffers also */ -#define FONT_TAB_SPACE 4 /* spaces to draw for a tab, make option? */ #define C_DPI 16 #define R_DPI 16 -- 2.40.0