From: Matthew Fernandez Date: Wed, 4 May 2022 15:47:07 +0000 (-0700) Subject: glcomp: remove unused 'fontset_t' X-Git-Tag: 4.0.0~47^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d93a32107bcaa65c01c5fe989679224951c14db;p=graphviz glcomp: remove unused 'fontset_t' --- diff --git a/lib/glcomp/glcompdefs.h b/lib/glcomp/glcompdefs.h index 47599f3c0..a9959e4be 100644 --- a/lib/glcomp/glcompdefs.h +++ b/lib/glcomp/glcompdefs.h @@ -320,14 +320,6 @@ extern "C" { } glCompTrackBar; -/*glCompFont container class*/ - typedef struct { - glCompFont **fonts; - int count; - int activefont; - char *font_directory; //location where the glfont files are stored - } fontset_t; - /*object prototype*/ struct _glCompObj { glObjType objType;