glsl: mark link_uniform_blocks_are_compatible() as static

Missed this when doing 6d1a59d15b.

Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
This commit is contained in:
Timothy Arceri
2016-07-02 13:36:09 +10:00
parent 30812e90d1
commit 549b9b12fc
2 changed files with 1 additions and 5 deletions

View File

@@ -469,7 +469,7 @@ link_uniform_blocks(void *mem_ctx,
_mesa_hash_table_destroy(block_hash, NULL);
}
bool
static bool
link_uniform_blocks_are_compatible(const gl_uniform_block *a,
const gl_uniform_block *b)
{