mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
make lookup_query_object() static
This commit is contained in:
parent
758f447a17
commit
68d436140d
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ delete_query_object(struct gl_query_object *q)
|
|||
}
|
||||
|
||||
|
||||
struct gl_query_object *
|
||||
static struct gl_query_object *
|
||||
lookup_query_object(GLcontext *ctx, GLuint id)
|
||||
{
|
||||
return (struct gl_query_object *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue