]> granicus.if.org Git - graphviz/commitdiff
remove unused imageloader pointer from render features struct
authorellson <devnull@localhost>
Fri, 14 Sep 2007 16:31:39 +0000 (16:31 +0000)
committerellson <devnull@localhost>
Fri, 14 Sep 2007 16:31:39 +0000 (16:31 +0000)
plugin/core/gvrender_core_dot.c

index 23d4290c62c071175998368dac858996e0b75714..cf06f1aca22b52b184bce33df703a767ddde61bf 100644 (file)
@@ -479,7 +479,6 @@ gvrender_features_t render_features_dot = {
     NULL,                      /* knowncolors */
     0,                         /* sizeof knowncolors */
     COLOR_STRING,              /* color_type */
-    NULL,                       /* imageloader for usershapes */
 };
 
 gvrender_features_t render_features_xdot = {
@@ -488,7 +487,6 @@ gvrender_features_t render_features_xdot = {
     NULL,                      /* knowncolors */
     0,                         /* sizeof knowncolors */
     COLOR_STRING,              /* color_type */
-    "xdot",                     /* imageloader for usershapes */
 };
 
 gvdevice_features_t device_features_canon = {