summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_texture.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-05-03 16:13:20 -0600
committerBrian Paul <brianp@vmware.com>2010-05-03 16:13:20 -0600
commit295a87f6c211322faefc4ef7f88f02722973f5b6 (patch)
tree97447003c83c1f789217171bbf36601022cf0c9b /src/mesa/state_tracker/st_cb_texture.h
parent013b332cbcad2b9d113e00c467a65d072eb61cec (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.h3
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 f1fe0339cd..1cd9fc3a50 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 *