summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common/driverfuncs.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-14 15:11:12 -0600
committerBrian Paul <brianp@vmware.com>2009-10-14 19:08:38 -0600
commit73fc0ca4c36f258c4d0d7707dd3313a685c211bf (patch)
treedf8458a2f6052dd3b63423beb985fdd2a8773723 /src/mesa/drivers/common/driverfuncs.c
parent0187e042b681663938a1a12e9ae03c6f0ab48af5 (diff)
mesa: remove unused ctx->Driver.PrioritizeTextures() hook
Diffstat (limited to 'src/mesa/drivers/common/driverfuncs.c')
-rw-r--r--src/mesa/drivers/common/driverfuncs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/common/driverfuncs.c b/src/mesa/drivers/common/driverfuncs.c
index 5934907cf0..4d21b033f7 100644
--- a/src/mesa/drivers/common/driverfuncs.c
+++ b/src/mesa/drivers/common/driverfuncs.c
@@ -125,7 +125,6 @@ _mesa_init_driver_functions(struct dd_function_table *driver)
driver->UnmapTexture = NULL;
driver->TextureMemCpy = _mesa_memcpy;
driver->IsTextureResident = NULL;
- driver->PrioritizeTexture = NULL;
driver->ActiveTexture = NULL;
driver->UpdateTexturePalette = NULL;