summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/mach64
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-11-16 12:50:54 -0700
committerBrian Paul <brianp@vmware.com>2009-12-11 16:42:31 -0700
commit56dce15dcc7b0a869813ef97a0e68b166bac244f (patch)
treed3a6e6b0656d471af3f61dc413e1c4fbd137dc9f /src/mesa/drivers/dri/mach64
parente24a8de8ba3b0765852dbcc170f770572bd042ac (diff)
mesa: remove unused ctx->Driver.ActiveTexture() hook
Diffstat (limited to 'src/mesa/drivers/dri/mach64')
-rw-r--r--src/mesa/drivers/dri/mach64/mach64_tex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/mach64/mach64_tex.c b/src/mesa/drivers/dri/mach64/mach64_tex.c
index a757362b11..72917ee13b 100644
--- a/src/mesa/drivers/dri/mach64/mach64_tex.c
+++ b/src/mesa/drivers/dri/mach64/mach64_tex.c
@@ -565,7 +565,6 @@ void mach64InitTextureFuncs( struct dd_function_table *functions )
functions->IsTextureResident = driIsTextureResident;
functions->UpdateTexturePalette = NULL;
- functions->ActiveTexture = NULL;
driInitTextureFormats();
}