summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.h
diff options
context:
space:
mode:
authorLaura Ekstrand <[email protected]>2014-12-04 14:10:23 -0800
committerLaura Ekstrand <[email protected]>2015-01-08 11:37:28 -0800
commit35371d65607780a2fc63a65cba2d34562538ff96 (patch)
treea8b668192b778788cf2ce656b12958d9ca6b684d /src/mesa/main/teximage.h
parentd7528fce5abed95668ff97c46e68c94a08bbe30c (diff)
main: Moved _mesa_get_current_tex_object from teximage.c to texobj.c.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa/main/teximage.h')
-rw-r--r--src/mesa/main/teximage.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/teximage.h b/src/mesa/main/teximage.h
index c3ecfe71029..9fdd684498d 100644
--- a/src/mesa/main/teximage.h
+++ b/src/mesa/main/teximage.h
@@ -99,10 +99,6 @@ _mesa_clear_texture_image(struct gl_context *ctx,
struct gl_texture_image *texImage);
-extern struct gl_texture_object *
-_mesa_get_current_tex_object(struct gl_context *ctx, GLenum target);
-
-
extern struct gl_texture_image *
_mesa_select_tex_image(const struct gl_texture_object *texObj,
GLenum target, GLint level);