radeon: Remove unused variable from context.
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
This commit is contained in:
committed by
Nicolai Hähnle
parent
95b64c0ed2
commit
1fcb321e2f
@@ -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 */
|
||||
|
||||
@@ -85,8 +85,6 @@ void radeonGetLock(radeonContextPtr rmesa, GLuint flags)
|
||||
}
|
||||
|
||||
rmesa->vtbl.get_lock(rmesa);
|
||||
|
||||
rmesa->lost_context = GL_TRUE;
|
||||
}
|
||||
|
||||
void radeon_lock_hardware(radeonContextPtr radeon)
|
||||
|
||||
Reference in New Issue
Block a user