diff options
author | Dave Airlie <[email protected]> | 2009-02-17 14:46:12 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2009-02-17 14:46:12 +1000 |
commit | 7ce6af25e56e28a819c38e60b4371caea3c8b5b0 (patch) | |
tree | 3c0411672e6afaf8d78bf82a7ccb3ed7dff5b7e7 /src/mesa/drivers/dri/common/texmem.h | |
parent | 2ba4fc3d603ebc9e3210ef96f9fbc2cd488e0a33 (diff) |
Revert "dri/radeon: export a function to cleanup a texture object."
This reverts commit 5325f8624093bb1ec30d581b4ff64218ceab99f9.
Diffstat (limited to 'src/mesa/drivers/dri/common/texmem.h')
-rw-r--r-- | src/mesa/drivers/dri/common/texmem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/common/texmem.h b/src/mesa/drivers/dri/common/texmem.h index b9beeeadfca..9c065da8b4f 100644 --- a/src/mesa/drivers/dri/common/texmem.h +++ b/src/mesa/drivers/dri/common/texmem.h @@ -272,7 +272,6 @@ void driAgeTextures( driTexHeap * heap ); void driUpdateTextureLRU( driTextureObject * t ); void driSwapOutTextureObject( driTextureObject * t ); -void driCleanupTextureObject( driTextureObject * t ); void driDestroyTextureObject( driTextureObject * t ); int driAllocateTexture( driTexHeap * const * heap_array, unsigned nr_heaps, driTextureObject * t ); |