From: ellson Date: Fri, 14 Sep 2007 16:31:39 +0000 (+0000) Subject: remove unused imageloader pointer from render features struct X-Git-Tag: LAST_LIBGRAPH~32^2~5261 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=427b4ec8ced79690c82de3d14d9aaa72de41bc28;p=graphviz remove unused imageloader pointer from render features struct --- diff --git a/plugin/core/gvrender_core_fig.c b/plugin/core/gvrender_core_fig.c index 7725fb99b..b7c06af0e 100644 --- a/plugin/core/gvrender_core_fig.c +++ b/plugin/core/gvrender_core_fig.c @@ -519,7 +519,6 @@ gvrender_features_t render_features_fig = { fig_knowncolors, /* knowncolors */ sizeof(fig_knowncolors) / sizeof(char *), /* sizeof knowncolors */ RGBA_BYTE, /* color_type */ - "fig", /* imageloader for usershapes */ }; gvdevice_features_t device_features_fig = { diff --git a/plugin/core/gvrender_core_map.c b/plugin/core/gvrender_core_map.c index 48bb08aad..11e67e66b 100644 --- a/plugin/core/gvrender_core_map.c +++ b/plugin/core/gvrender_core_map.c @@ -297,7 +297,6 @@ static gvrender_features_t render_features_map = { NULL, /* knowncolors */ 0, /* sizeof knowncolors */ 0, /* color_type */ - NULL, /* imageloader for usershapes */ }; static gvdevice_features_t device_features_map = { diff --git a/plugin/core/gvrender_core_ps.c b/plugin/core/gvrender_core_ps.c index 2bece39a1..70f9dd90d 100644 --- a/plugin/core/gvrender_core_ps.c +++ b/plugin/core/gvrender_core_ps.c @@ -464,7 +464,6 @@ static gvrender_features_t render_features_ps = { NULL, /* knowncolors */ 0, /* sizeof knowncolors */ HSVA_DOUBLE, /* color_type */ - "ps", /* imageloader for usershapes */ }; static gvdevice_features_t device_features_ps = { diff --git a/plugin/core/gvrender_core_svg.c b/plugin/core/gvrender_core_svg.c index bba698595..bb937da5f 100644 --- a/plugin/core/gvrender_core_svg.c +++ b/plugin/core/gvrender_core_svg.c @@ -486,7 +486,6 @@ gvrender_features_t render_features_svg = { svg_knowncolors, /* knowncolors */ sizeof(svg_knowncolors) / sizeof(char *), /* sizeof knowncolors */ RGBA_BYTE, /* color_type */ - "svg", /* imageloader for usershapes */ }; gvdevice_features_t device_features_svg = { diff --git a/plugin/core/gvrender_core_vml.c b/plugin/core/gvrender_core_vml.c index 821a49fcc..aecd35159 100644 --- a/plugin/core/gvrender_core_vml.c +++ b/plugin/core/gvrender_core_vml.c @@ -427,7 +427,6 @@ gvrender_features_t render_features_vml = { vml_knowncolors, /* knowncolors */ sizeof(vml_knowncolors) / sizeof(char *), /* sizeof knowncolors */ RGBA_BYTE, /* color_type */ - "vml", /* imageloader for usershapes */ }; gvdevice_features_t device_features_vml = { diff --git a/plugin/gd/gvrender_gd.c b/plugin/gd/gvrender_gd.c index a726e574d..410e1aa99 100644 --- a/plugin/gd/gvrender_gd.c +++ b/plugin/gd/gvrender_gd.c @@ -587,7 +587,6 @@ static gvrender_features_t render_features_gd = { NULL, /* knowncolors */ 0, /* sizeof knowncolors */ RGBA_BYTE, /* color_type */ - "gd", /* imageloader for usershapes */ }; static gvdevice_features_t device_features_gd = { diff --git a/plugin/gd/gvrender_gd_vrml.c b/plugin/gd/gvrender_gd_vrml.c index 38de9d52c..bab3e6d33 100644 --- a/plugin/gd/gvrender_gd_vrml.c +++ b/plugin/gd/gvrender_gd_vrml.c @@ -841,7 +841,6 @@ static gvrender_features_t render_features_vrml = { NULL, /* knowncolors */ 0, /* sizeof knowncolors */ RGBA_BYTE, /* color_type */ - "vrml", /* imageloader for usershapes */ }; static gvdevice_features_t device_features_vrml = { diff --git a/plugin/ming/gvrender_ming.c b/plugin/ming/gvrender_ming.c index 8ce54867e..4053aef7a 100644 --- a/plugin/ming/gvrender_ming.c +++ b/plugin/ming/gvrender_ming.c @@ -284,7 +284,6 @@ static gvrender_features_t render_features_ming = { 0, /* knowncolors */ 0, /* sizeof knowncolors */ RGBA_BYTE, /* color_type */ - NULL, /* imageloader for usershapes */ }; static gvdevice_features_t device_features_ming = { diff --git a/plugin/pango/gvrender_pango.c b/plugin/pango/gvrender_pango.c index 73ee2101c..43edfedfa 100644 --- a/plugin/pango/gvrender_pango.c +++ b/plugin/pango/gvrender_pango.c @@ -382,7 +382,6 @@ static gvrender_features_t render_features_cairo = { 0, /* knowncolors */ 0, /* sizeof knowncolors */ RGBA_DOUBLE, /* color_type */ - "cairo", /* imageloader for usershapes */ }; static gvdevice_features_t device_features_png = {