]> granicus.if.org Git - graphviz/commitdiff
LASi plugin lasi_textspan: remove unused 'str'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 5 Apr 2022 02:01:12 +0000 (19:01 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 10 Apr 2022 23:39:54 +0000 (16:39 -0700)
plugin/lasi/gvrender_lasi.cpp

index e2ada4befe430317b3ef9e71b5d56310d3886da7..673451aef3ee7efb7caf9813ec2675f71d672126 100644 (file)
@@ -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;