summaryrefslogtreecommitdiff
path: root/src/mesa/main/dd.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-14 15:00:50 -0600
committerBrian Paul <brianp@vmware.com>2009-10-14 19:08:38 -0600
commit0187e042b681663938a1a12e9ae03c6f0ab48af5 (patch)
treed5731dafbb1b234fe57d64ee55fc07f7ae2c57d0 /src/mesa/main/dd.h
parentef067b5f01eb7ea7a08a64d897e0e70e139c618d (diff)
mesa: remove unused ctx->Driver.TextureMatrix() hook
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r--src/mesa/main/dd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h
index ce5e158626..a9632ec954 100644
--- a/src/mesa/main/dd.h
+++ b/src/mesa/main/dd.h
@@ -717,7 +717,6 @@ struct dd_function_table {
void (*TexParameter)(GLcontext *ctx, GLenum target,
struct gl_texture_object *texObj,
GLenum pname, const GLfloat *params);
- void (*TextureMatrix)(GLcontext *ctx, GLuint unit, const GLmatrix *mat);
/** Set the viewport */
void (*Viewport)(GLcontext *ctx, GLint x, GLint y, GLsizei w, GLsizei h);
/*@}*/