Kill old struct bufmgr members.

This commit is contained in:
Eric Anholt 2007-05-18 12:09:34 -07:00
parent bb1bb88bab
commit 180f0bb964
2 changed files with 0 additions and 6 deletions

View file

@ -24,7 +24,6 @@ struct buffer_reloc
struct intel_batchbuffer
{
struct bufmgr *bm;
struct intel_context *intel;
dri_bo *buf;

View file

@ -215,11 +215,6 @@ struct intel_context
GLboolean hw_stipple;
GLboolean strict_conformance;
/* AGP memory buffer manager:
*/
struct bufmgr *bm;
/* State for intelvb.c and inteltris.c.
*/
GLuint RenderIndex;