From: Matthew Fernandez Date: Thu, 8 Sep 2022 00:27:49 +0000 (-0700) Subject: glcomp: remove unused 'C_DPI', 'R_DPI' X-Git-Tag: 6.0.2~5^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffb280e26a7527b75bb3a2879daee4ae3ff1311f;p=graphviz glcomp: remove unused 'C_DPI', 'R_DPI' The last uses of these were removed in 8444026daa5f5ba70dcc2a719f9ad23b927e88ce. --- diff --git a/lib/glcomp/glcompdefs.h b/lib/glcomp/glcompdefs.h index a75a8e3d8..4f16a1a09 100644 --- a/lib/glcomp/glcompdefs.h +++ b/lib/glcomp/glcompdefs.h @@ -78,9 +78,6 @@ extern "C" { #define GLCOMP_DEFAULT_WIDTH 10.0f #define GLCOMP_DEFAULT_HEIGHT 10.0f -#define C_DPI 16 -#define R_DPI 16 - typedef enum { gluttext, pangotext } glCompFontType; typedef enum { glAlignNone, glAlignLeft, glAlignTop, glAlignBottom, glAlignRight, glAlignParent, glAlignCenter } glCompAlignment;