summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2014-01-27 12:32:28 -0700
committerBrian Paul <[email protected]>2014-02-02 06:47:32 -0700
commit8689076925ddc903685f2ac1563b5ea9dc677c15 (patch)
tree02acc45d130d126c5b7d33590245c75088094ae8 /src/mesa/main/teximage.h
parent9eaed3eb6e6989427e73e4e63f0dc98c892151bf (diff)
mesa: make _mesa_get_proxy_target() static
Wasn't used in any other file. Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main/teximage.h')
-rw-r--r--src/mesa/main/teximage.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/teximage.h b/src/mesa/main/teximage.h
index f2eb3e8d9b8..5f8a47776bc 100644
--- a/src/mesa/main/teximage.h
+++ b/src/mesa/main/teximage.h
@@ -66,9 +66,6 @@ _mesa_base_tex_format( struct gl_context *ctx, GLint internalFormat );
extern GLboolean
_mesa_is_proxy_texture(GLenum target);
-extern GLenum
-_mesa_get_proxy_target(GLenum target);
-
extern struct gl_texture_image *
_mesa_new_texture_image( struct gl_context *ctx );