diff options
author | Brian Paul <[email protected]> | 2015-08-24 07:50:51 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-08-24 18:23:19 -0600 |
commit | e089ca26e1efc095fd38715def5f410cf7476ad5 (patch) | |
tree | 04170d8ca073efc5925aadab4eeae00405980b5e /src/mesa/main/texobj.h | |
parent | 8f378d1083179ea9e760688582faf95aea880b94 (diff) |
mesa: make _mesa_bind_texture_unit() static
It's only called from the file it's defined in.
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/texobj.h')
-rw-r--r-- | src/mesa/main/texobj.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/texobj.h b/src/mesa/main/texobj.h index ec5ccb27601..690878c85fc 100644 --- a/src/mesa/main/texobj.h +++ b/src/mesa/main/texobj.h @@ -209,10 +209,6 @@ extern void _mesa_delete_nameless_texture(struct gl_context *ctx, struct gl_texture_object *texObj); -extern void -_mesa_bind_texture_unit(struct gl_context *ctx, - GLuint unit, - struct gl_texture_object *texObj); /*@}*/ |