diff options
author | Brian Paul <brianp@vmware.com> | 2009-10-14 15:11:12 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-10-14 19:08:38 -0600 |
commit | 73fc0ca4c36f258c4d0d7707dd3313a685c211bf (patch) | |
tree | df8458a2f6052dd3b63423beb985fdd2a8773723 /src/mesa/drivers/dri/mach64 | |
parent | 0187e042b681663938a1a12e9ae03c6f0ab48af5 (diff) |
mesa: remove unused ctx->Driver.PrioritizeTextures() hook
Diffstat (limited to 'src/mesa/drivers/dri/mach64')
-rw-r--r-- | src/mesa/drivers/dri/mach64/mach64_tex.c | 1 |
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 225d23179e..5a22c93bd2 100644 --- a/src/mesa/drivers/dri/mach64/mach64_tex.c +++ b/src/mesa/drivers/dri/mach64/mach64_tex.c @@ -567,7 +567,6 @@ void mach64InitTextureFuncs( struct dd_function_table *functions ) functions->UpdateTexturePalette = NULL; functions->ActiveTexture = NULL; - functions->PrioritizeTexture = NULL; driInitTextureFormats(); } |