remove unused intelScreen->texPool

This commit is contained in:
Brian
2007-11-05 11:09:19 -07:00
parent 6a95fe8735
commit f8f1c4a022
2 changed files with 0 additions and 3 deletions

View File

@@ -176,8 +176,6 @@ intelCreatePools(intelScreenPrivate *intelScreen)
if (!intelScreen->staticPool)
return GL_FALSE;
intelScreen->texPool = intelScreen->regionPool;
intelScreen->batchPool = driBatchPoolInit(sPriv->fd,
DRM_BO_FLAG_EXE |
DRM_BO_FLAG_MEM_TT |

View File

@@ -64,7 +64,6 @@ struct intel_screen
*/
driOptionCache optionCache;
struct _DriBufferPool *batchPool;
struct _DriBufferPool *texPool;
struct _DriBufferPool *regionPool;
struct _DriBufferPool *staticPool;
GLboolean havePools;