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

index 7bc20c287f13e121105a7d199d23fc6ff6e998ca..47599f3c09ca2aa75b9068eaf7454a70bc93a8a6 100644 (file)
@@ -164,7 +164,6 @@ extern "C" {
 
     typedef struct {
        int cnt;
-       int hotKey;
        glCompPoint* pts;
     }glCompPoly;