]> granicus.if.org Git - graphviz/commitdiff
glcomp: remove unused 'FONT_MAX_LEN'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 8 Sep 2022 00:27:49 +0000 (17:27 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 11 Oct 2022 01:43:12 +0000 (18:43 -0700)
The last use of this was removed in ed74e24b8020a70678d05489639e0e8c4574f87d.

lib/glcomp/glcompdefs.h

index 2ff036da03ddbed4c01cb11fad68aa82aa78c50a..a75a8e3d84e419076a82f76dfa0d91cc4742d772 100644 (file)
@@ -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