mesa: remove unused ctx->Driver.ActiveTexture() hook
This commit is contained in:
@@ -124,7 +124,6 @@ _mesa_init_driver_functions(struct dd_function_table *driver)
|
||||
driver->UnmapTexture = NULL;
|
||||
driver->TextureMemCpy = _mesa_memcpy;
|
||||
driver->IsTextureResident = NULL;
|
||||
driver->ActiveTexture = NULL;
|
||||
driver->UpdateTexturePalette = NULL;
|
||||
|
||||
/* imaging */
|
||||
|
Reference in New Issue
Block a user