From: Matthew Fernandez Date: Thu, 8 Sep 2022 00:27:49 +0000 (-0700) Subject: glcomp: remove unused 'FONT_MAX_LEN' X-Git-Tag: 6.0.2~5^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4972691e6b374c376eaca167449da8a607e6f336;p=graphviz glcomp: remove unused 'FONT_MAX_LEN' The last use of this was removed in ed74e24b8020a70678d05489639e0e8c4574f87d. --- diff --git a/lib/glcomp/glcompdefs.h b/lib/glcomp/glcompdefs.h index 2ff036da0..a75a8e3d8 100644 --- a/lib/glcomp/glcompdefs.h +++ b/lib/glcomp/glcompdefs.h @@ -78,10 +78,6 @@ extern "C" { #define GLCOMP_DEFAULT_WIDTH 10.0f #define GLCOMP_DEFAULT_HEIGHT 10.0f - - -#define FONT_MAX_LEN 1024 /* maximum chars to draw to the screen, used for buffers also */ - #define C_DPI 16 #define R_DPI 16