]> granicus.if.org Git - graphviz/commitdiff
glcomp: remove unused 'C_DPI', 'R_DPI'
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 uses of these were removed in 8444026daa5f5ba70dcc2a719f9ad23b927e88ce.

lib/glcomp/glcompdefs.h

index a75a8e3d84e419076a82f76dfa0d91cc4742d772..4f16a1a093dc1aab361b744b9ddafc354041bbd0 100644 (file)
@@ -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;