mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-20 05:40:39 +02:00
remove unused var
This commit is contained in:
parent
e365b82be1
commit
e5bc35dd97
1 changed files with 0 additions and 1 deletions
|
|
@ -742,7 +742,6 @@ void intelCopySubBuffer( __DRIdrawablePrivate *dPriv,
|
|||
intel = (intelContextPtr) dPriv->driContextPriv->driverPrivate;
|
||||
ctx = &intel->ctx;
|
||||
if (ctx->Visual.doubleBufferMode) {
|
||||
intelScreenPrivate *screen = intel->intelScreen;
|
||||
drm_clip_rect_t rect;
|
||||
rect.x1 = x + dPriv->x;
|
||||
rect.y1 = (dPriv->h - y - h) + dPriv->y;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue