From cf1df8e51fd37898ffcfa01fc883cf215efd89e5 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 4 May 2022 08:41:55 -0700 Subject: [PATCH] glcomp: remove unused 'glCompPointI' --- lib/glcomp/glcompdefs.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/glcomp/glcompdefs.h b/lib/glcomp/glcompdefs.h index 0222d3be1..7bc20c287 100644 --- a/lib/glcomp/glcompdefs.h +++ b/lib/glcomp/glcompdefs.h @@ -162,9 +162,6 @@ extern "C" { GLfloat x, y, z; } glCompPoint; - typedef struct _glCompPointI { - int x, y; - } glCompPointI; typedef struct { int cnt; int hotKey; -- 2.40.0