From 68d436140d44a9f33cb5817577ecd980c694c889 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 12 Sep 2005 15:05:57 +0000 Subject: make lookup_query_object() static --- src/mesa/main/occlude.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/occlude.c b/src/mesa/main/occlude.c index d93380227e..53981d67c3 100644 --- a/src/mesa/main/occlude.c +++ b/src/mesa/main/occlude.c @@ -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 *) -- cgit v1.2.3