diff options
author | Eric Anholt <eric@anholt.net> | 2009-03-06 14:30:05 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-03-06 14:32:04 -0800 |
commit | 4e1144108424a4525bbd97c3d5a56de06760bdd9 (patch) | |
tree | 9cbd719447cfd84347a04da695be5ac0eb7b8ae3 /src/i830_video.c | |
parent | 043a76a040d4576b7a8397dca805466a99bfcdd6 (diff) |
unused variable warning fix.
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/i830_video.c')
-rw-r--r-- | src/i830_video.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i830_video.c b/src/i830_video.c index f22fe853..daa2411b 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -2138,7 +2138,6 @@ i830_clip_video_helper (ScrnInfoPtr pScrn, */ if (crtc_ret) { - I830Ptr pI830 = I830PTR(pScrn); BoxRec crtc_box; xf86CrtcPtr crtc = i830_covering_crtc (pScrn, dst, pPriv->desired_crtc, |