summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_texture.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-02-12 14:55:51 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-02-12 14:55:51 -0700
commit1d62a057bcb3ee4ef6ebedd93f62ed2e0d8061ba (patch)
tree9f6b463363f09265a12cc1acafef550ea5e31b25 /src/mesa/state_tracker/st_texture.h
parent4da1cdf78fa3b954840650fa46cf72da5daf149f (diff)
gallium: remove unused first_level param from st_texture_create()
Diffstat (limited to 'src/mesa/state_tracker/st_texture.h')
-rw-r--r--src/mesa/state_tracker/st_texture.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_texture.h b/src/mesa/state_tracker/st_texture.h
index 6c5f0930fa..72324cd9ab 100644
--- a/src/mesa/state_tracker/st_texture.h
+++ b/src/mesa/state_tracker/st_texture.h
@@ -39,7 +39,6 @@ extern struct pipe_texture *
st_texture_create(struct st_context *st,
enum pipe_texture_target target,
enum pipe_format format,
- GLuint first_level,
GLuint last_level,
GLuint width0,
GLuint height0,