From: Matthew Fernandez Date: Thu, 8 Sep 2022 00:27:49 +0000 (-0700) Subject: glcomp: remove unused 'glCompLabel.autosize' X-Git-Tag: 6.0.2~5^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e21b11626729a22e951740a0b28fd6f4c0f54d7;p=graphviz glcomp: remove unused 'glCompLabel.autosize' This field has seemingly never been used. --- diff --git a/lib/glcomp/glcompdefs.h b/lib/glcomp/glcompdefs.h index 4f16a1a09..fc841e9e5 100644 --- a/lib/glcomp/glcompdefs.h +++ b/lib/glcomp/glcompdefs.h @@ -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;