From: Matthew Fernandez Date: Thu, 8 Sep 2022 00:27:49 +0000 (-0700) Subject: glcomp: remove unused 'FONT_TAB_SPACE' X-Git-Tag: 6.0.2~5^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e5a001c8e5773cc2e1075ba0790c010641ccedc;p=graphviz glcomp: remove unused 'FONT_TAB_SPACE' The last use of this was removed in 8444026daa5f5ba70dcc2a719f9ad23b927e88ce. --- 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