From 968de9011c3d1544fd5ed21631a4cdd52dcaa519 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 6 Apr 2022 08:11:35 -0700 Subject: [PATCH] Quartz plugin: mark 'quartz_textlayout' static This function is not used outside of its containing file. --- plugin/quartz/gvtextlayout_quartz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0