diff options
author | Brian Paul <[email protected]> | 2009-11-16 12:50:54 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-12-11 16:42:31 -0700 |
commit | 56dce15dcc7b0a869813ef97a0e68b166bac244f (patch) | |
tree | d3a6e6b0656d471af3f61dc413e1c4fbd137dc9f /src/mesa/main/dd.h | |
parent | e24a8de8ba3b0765852dbcc170f770572bd042ac (diff) |
mesa: remove unused ctx->Driver.ActiveTexture() hook
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r-- | src/mesa/main/dd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index fdcaf05bac5..9a5145cd464 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -538,11 +538,6 @@ struct dd_function_table { struct gl_texture_object *t ); /** - * Called by glActiveTextureARB() to set current texture unit. - */ - void (*ActiveTexture)( GLcontext *ctx, GLuint texUnitNumber ); - - /** * Called when the texture's color lookup table is changed. * * If \p tObj is NULL then the shared texture palette |