From: Matthew Fernandez Date: Wed, 6 Apr 2022 15:11:35 +0000 (-0700) Subject: Quartz plugin: mark 'quartz_textlayout' static X-Git-Tag: 4.0.0~120^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=968de9011c3d1544fd5ed21631a4cdd52dcaa519;p=graphviz Quartz plugin: mark 'quartz_textlayout' static This function is not used outside of its containing file. --- diff --git a/plugin/quartz/gvtextlayout_quartz.c b/plugin/quartz/gvtextlayout_quartz.c index 204c33b0f..f12c9a4a2 100644 --- a/plugin/quartz/gvtextlayout_quartz.c +++ b/plugin/quartz/gvtextlayout_quartz.c @@ -94,7 +94,7 @@ void quartz_free_layout(void *layout) #endif -bool quartz_textlayout(textspan_t *para, char **fontpath) +static bool quartz_textlayout(textspan_t *para, char **fontpath) { void *line = quartz_new_layout(para->font->name, para->font->size, para->str); if (line)