diff options
author | Brian Paul <[email protected]> | 2012-08-21 20:22:27 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-08-24 06:18:41 -0600 |
commit | 8a935d71ff4ded6f3cdd8e06dcd1a5e3de3d3cc0 (patch) | |
tree | 4222531aa94636e1833d2a13bd3b142440823959 /src/mesa/main/teximage.h | |
parent | 637a79aa2381e363d6b94c0bb5692a1882e9c945 (diff) |
mesa: make _mesa_get_proxy_tex_image() static
It's not used by any other file.
Diffstat (limited to 'src/mesa/main/teximage.h')
-rw-r--r-- | src/mesa/main/teximage.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/teximage.h b/src/mesa/main/teximage.h index 739c5dda132..feaaf0cba6d 100644 --- a/src/mesa/main/teximage.h +++ b/src/mesa/main/teximage.h @@ -120,10 +120,6 @@ _mesa_get_tex_image(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level); -extern struct gl_texture_image * -_mesa_get_proxy_tex_image(struct gl_context *ctx, GLenum target, GLint level); - - extern GLint _mesa_max_texture_levels(struct gl_context *ctx, GLenum target); |