diff options
author | Brian Paul <[email protected]> | 2010-05-03 16:13:20 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-05-03 16:13:20 -0600 |
commit | 295a87f6c211322faefc4ef7f88f02722973f5b6 (patch) | |
tree | 97447003c83c1f789217171bbf36601022cf0c9b /src/mesa/state_tracker/st_cb_texture.h | |
parent | 013b332cbcad2b9d113e00c467a65d072eb61cec (diff) |
st/mesa: remove unused needFlush parameter to st_finalize_texture()
Diffstat (limited to 'src/mesa/state_tracker/st_cb_texture.h')
-rw-r--r-- | src/mesa/state_tracker/st_cb_texture.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/state_tracker/st_cb_texture.h b/src/mesa/state_tracker/st_cb_texture.h index f1fe0339cdd..1cd9fc3a50f 100644 --- a/src/mesa/state_tracker/st_cb_texture.h +++ b/src/mesa/state_tracker/st_cb_texture.h @@ -33,8 +33,7 @@ extern GLboolean st_finalize_texture(GLcontext *ctx, struct pipe_context *pipe, - struct gl_texture_object *tObj, - GLboolean *needFlush); + struct gl_texture_object *tObj); extern struct gl_texture_object * |