From 4972691e6b374c376eaca167449da8a607e6f336 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_MAX_LEN' The last use of this was removed in ed74e24b8020a70678d05489639e0e8c4574f87d. --- lib/glcomp/glcompdefs.h | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.40.0