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

index 47599f3c09ca2aa75b9068eaf7454a70bc93a8a6..a9959e4be543719c4ac3dc4dfd1067af9205f0c4 100644 (file)
@@ -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;