diff options
author | Ian Romanick <[email protected]> | 2010-09-20 15:41:39 +0200 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-09-27 15:23:14 -0700 |
commit | 8b2d5f431f8c862374d3e352f228b016060cd70a (patch) | |
tree | 1ff2fcee3d04de74592249337258f54d105a269e /src/mesa/drivers/dri/mach64 | |
parent | 78db8c8b66370ba3af3880c08b59f59a87137a0c (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.c | 2 |
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 1bce967d58f..09367be5b42 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(); } |