From ffb280e26a7527b75bb3a2879daee4ae3ff1311f Mon Sep 17 00:00:00 2001
From: Matthew Fernandez <matthew.fernandez@gmail.com>
Date: Wed, 7 Sep 2022 17:27:49 -0700
Subject: [PATCH] glcomp: remove unused 'C_DPI', 'R_DPI'

The last uses of these were removed in 8444026daa5f5ba70dcc2a719f9ad23b927e88ce.
---
 lib/glcomp/glcompdefs.h | 3 ---
 1 file changed, 3 deletions(-)

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;
-- 
2.40.0