From: Matthew Fernandez Date: Tue, 5 Apr 2022 02:01:12 +0000 (-0700) Subject: LASi plugin lasi_textspan: remove unused 'str' X-Git-Tag: 4.0.0~117^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4aaaf7152537791d1d00a626a261119c1fbe913;p=graphviz LASi plugin lasi_textspan: remove unused 'str' --- diff --git a/plugin/lasi/gvrender_lasi.cpp b/plugin/lasi/gvrender_lasi.cpp index e2ada4bef..673451aef 100644 --- a/plugin/lasi/gvrender_lasi.cpp +++ b/plugin/lasi/gvrender_lasi.cpp @@ -325,7 +325,6 @@ static void ps_set_color(GVJ_t *job, gvcolor_t *color) static void lasi_textspan(GVJ_t * job, pointf p, textspan_t * span) { - char *str; const char *font; const PangoFontDescription *pango_font; FontStretch stretch;