summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/mach64
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-09-20 15:41:39 +0200
committerIan Romanick <ian.d.romanick@intel.com>2010-09-27 15:23:14 -0700
commit8b2d5f431f8c862374d3e352f228b016060cd70a (patch)
tree1ff2fcee3d04de74592249337258f54d105a269e /src/mesa/drivers/dri/mach64
parent78db8c8b66370ba3af3880c08b59f59a87137a0c (diff)
Remove unnescessary initializations of UpdateTexturePalette
This is already NULL'ed in _mesa_init_driver_functions.
Diffstat (limited to 'src/mesa/drivers/dri/mach64')
-rw-r--r--src/mesa/drivers/dri/mach64/mach64_tex.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/mach64/mach64_tex.c b/src/mesa/drivers/dri/mach64/mach64_tex.c
index 1bce967d58..09367be5b4 100644
--- a/src/mesa/drivers/dri/mach64/mach64_tex.c
+++ b/src/mesa/drivers/dri/mach64/mach64_tex.c
@@ -559,7 +559,5 @@ void mach64InitTextureFuncs( struct dd_function_table *functions )
functions->DeleteTexture = mach64DDDeleteTexture;
functions->IsTextureResident = driIsTextureResident;
- functions->UpdateTexturePalette = NULL;
-
driInitTextureFormats();
}