]> granicus.if.org Git - graphviz/commitdiff
Quartz plugin: mark 'quartzgen_textspan' static
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 6 Apr 2022 15:04:55 +0000 (08:04 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 10 Apr 2022 15:31:25 +0000 (08:31 -0700)
This function is not used outside of its containing file.

plugin/quartz/gvrender_quartz.c

index ee5b4c70e3e403579c59005476c0a3ebbad43d1d..4e851b4c9978237b7589c7e6c824911dcc2ae269 100644 (file)
@@ -342,7 +342,7 @@ static void quartzgen_path(GVJ_t * job, int filled)
     CGContextDrawPath(context, filled ? kCGPathFillStroke : kCGPathStroke);
 }
 
-void quartzgen_textspan(GVJ_t * job, pointf p, textspan_t * span)
+static void quartzgen_textspan(GVJ_t * job, pointf p, textspan_t * span)
 {
     CGContextRef context = job->context;