mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
gsk: Mark internal symbol as static
Nothing uses this function outside of GskVulkaneRenderPass.
This commit is contained in:
parent
c71aeff9b2
commit
9442ef055d
@ -98,7 +98,7 @@ gsk_vulkan_render_pass_free (GskVulkanRenderPass *self)
|
||||
goto fallback; \
|
||||
}G_STMT_END
|
||||
|
||||
void
|
||||
static void
|
||||
gsk_vulkan_render_pass_add_node (GskVulkanRenderPass *self,
|
||||
GskVulkanRender *render,
|
||||
const GskVulkanPushConstants *constants,
|
||||
|
Loading…
Reference in New Issue
Block a user