i830_video: Remove unused variable.
Certainly just a little leftover from the recent rewrites.
This commit is contained in:
parent
57c0043b9a
commit
1d6537ec57
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue