mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
radeon: Remove unused variable from context.
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
This commit is contained in:
parent
95b64c0ed2
commit
1fcb321e2f
2 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue