diff options
author | Pauli Nieminen <[email protected]> | 2009-07-31 14:03:36 +0300 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2009-07-31 21:39:25 +0200 |
commit | 1fcb321e2fa1903b815b099e59bd85aac823850a (patch) | |
tree | ecbc8739ef6a4a72fbea252618da94724090aaef /src/mesa/drivers/dri/radeon/radeon_common_context.h | |
parent | 95b64c0ed20725db2722314d527d63aace6b7f7a (diff) |
radeon: Remove unused variable from context.
Signed-off-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_common_context.h')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_common_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.h b/src/mesa/drivers/dri/radeon/radeon_common_context.h index cd1986e1fc3..d7e94a68949 100644 --- a/src/mesa/drivers/dri/radeon/radeon_common_context.h +++ b/src/mesa/drivers/dri/radeon/radeon_common_context.h @@ -445,7 +445,6 @@ struct radeon_context { GLuint numClipRects; /* Cliprects for the draw buffer */ drm_clip_rect_t *pClipRects; unsigned int lastStamp; - GLboolean lost_context; drm_radeon_sarea_t *sarea; /* Private SAREA data */ /* Mirrors of some DRI state */ |