intel: Remove some dead context structure fields.

This commit is contained in:
Eric Anholt
2009-11-12 19:12:11 -08:00
parent 3727858ceb
commit 1ffd0a7789

View File

@@ -174,7 +174,6 @@ struct intel_context
struct dri_metaops meta;
GLint refcount;
GLbitfield Fallback; /**< mask of INTEL_FALLBACK_x bits */
GLuint NewGLState;
@@ -199,7 +198,6 @@ struct intel_context
struct intel_batchbuffer *batch;
drm_intel_bo *first_post_swapbuffers_batch;
GLboolean no_batch_wrap;
unsigned batch_id;
struct
{