summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-01 16:42:37 -0600
committerBrian Paul <brianp@vmware.com>2009-10-01 16:42:37 -0600
commit4ca9ba254462b9be55b78df1d50519e10b2f4d73 (patch)
treeb18d8602dbc03a0753c19289e21a1e9dd441ae8e /src/mesa/main/texstore.h
parent073d55f5849c6338a6381e8bc51c074524b5687b (diff)
mesa: move mesa_set_fetch_functions()
Diffstat (limited to 'src/mesa/main/texstore.h')
-rw-r--r--src/mesa/main/texstore.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/texstore.h b/src/mesa/main/texstore.h
index 2db076dfff..3211086dd6 100644
--- a/src/mesa/main/texstore.h
+++ b/src/mesa/main/texstore.h
@@ -83,10 +83,6 @@ _mesa_make_temp_chan_image(GLcontext *ctx, GLuint dims,
extern void
-_mesa_set_fetch_functions(struct gl_texture_image *texImage, GLuint dims);
-
-
-extern void
_mesa_store_teximage1d(GLcontext *ctx, GLenum target, GLint level,
GLint internalFormat,
GLint width, GLint border,