]> granicus.if.org Git - graphviz/commitdiff
glcomp: remove unused 'glCompPointI'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 4 May 2022 15:41:55 +0000 (08:41 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 11 May 2022 00:02:19 +0000 (17:02 -0700)
lib/glcomp/glcompdefs.h

index 0222d3be1304596dd7e732070bfa3aebb72b9211..7bc20c287f13e121105a7d199d23fc6ff6e998ca 100644 (file)
@@ -162,9 +162,6 @@ extern "C" {
        GLfloat x, y, z;
     } glCompPoint;
 
-    typedef struct _glCompPointI {
-       int x, y;
-    } glCompPointI;
     typedef struct {
        int cnt;
        int hotKey;