diff options
author | Brian Paul <[email protected]> | 2014-01-27 12:10:41 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-02-02 06:47:32 -0700 |
commit | 9eaed3eb6e6989427e73e4e63f0dc98c892151bf (patch) | |
tree | e0b18a0b2ed7c7ffc52062c53125c83fd00899d0 /src/mesa/main/teximage.h | |
parent | d5df28381efe758ceebe6a6bb226763e5d527ec3 (diff) |
mesa: remove unused _mesa_select_tex_object() function
The _mesa_get_current_tex_object() function is now used everywhere that
_mesa_select_tex_object() was formerly used.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main/teximage.h')
-rw-r--r-- | src/mesa/main/teximage.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/teximage.h b/src/mesa/main/teximage.h index 9726cf9f58f..f2eb3e8d9b8 100644 --- a/src/mesa/main/teximage.h +++ b/src/mesa/main/teximage.h @@ -103,11 +103,6 @@ _mesa_clear_texture_image(struct gl_context *ctx, extern struct gl_texture_object * -_mesa_select_tex_object(struct gl_context *ctx, - const struct gl_texture_unit *texUnit, - GLenum target); - -extern struct gl_texture_object * _mesa_get_current_tex_object(struct gl_context *ctx, GLenum target); |