]> granicus.if.org Git - graphviz/commitdiff
glcomp: remove unused 'glCompLabel.autosize'
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)
This field has seemingly never been used.

lib/glcomp/glcompdefs.h

index 4f16a1a093dc1aab361b744b9ddafc354041bbd0..fc841e9e5d8bc3be576815c1237ab0b13ebe8d89 100644 (file)
@@ -263,7 +263,6 @@ extern "C" {
     typedef struct _glCompLabel {
        glObjType objType;      /*always keep this here for each drawable object */
        glCompCommon common;
-       int autosize;           /*if 1 label sized is calculated from font */
        char *text;
        int transparent;
     } glCompLabel;