remove unused var

This commit is contained in:
Brian Paul 2006-08-28 15:16:49 +00:00
parent e365b82be1
commit e5bc35dd97

View file

@ -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;