diff options
author | Brian Paul <[email protected]> | 2011-12-18 10:02:42 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-12-18 17:56:08 -0700 |
commit | 009ac0618ccb8c1347c353b576442ed70592c20e (patch) | |
tree | ac6bc0b95bb3a212bbaa04a0eb983789d4a636ae /src/mesa/main/teximage.h | |
parent | f20261028843a4c5d572e0001b813f7c786a2f12 (diff) |
mesa: make _mesa_set_tex_image() static since it's not called anywhere else
Diffstat (limited to 'src/mesa/main/teximage.h')
-rw-r--r-- | src/mesa/main/teximage.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/teximage.h b/src/mesa/main/teximage.h index d756646ce26..0354c9ac531 100644 --- a/src/mesa/main/teximage.h +++ b/src/mesa/main/teximage.h @@ -90,12 +90,6 @@ _mesa_clear_texture_image(struct gl_context *ctx, struct gl_texture_image *texImage); -extern void -_mesa_set_tex_image(struct gl_texture_object *tObj, - GLenum target, GLint level, - struct gl_texture_image *texImage); - - extern struct gl_texture_object * _mesa_select_tex_object(struct gl_context *ctx, const struct gl_texture_unit *texUnit, |