i830_video: Remove unused variable.

Certainly just a little leftover from the recent rewrites.
This commit is contained in:
Carl Worth 2010-03-04 09:39:28 -08:00
parent 57c0043b9a
commit 1d6537ec57
1 changed files with 0 additions and 1 deletions

View File

@ -1562,7 +1562,6 @@ I830PutImageOverlay(ScrnInfoPtr scrn,
DrawablePtr drawable)
{
intel_adaptor_private *adaptor_priv = (intel_adaptor_private *) data;
ScreenPtr screen = screenInfo.screens[scrn->scrnIndex];
int dstPitch, dstPitch2;
BoxRec dstBox;
xf86CrtcPtr crtc;