summaryrefslogtreecommitdiff
path: root/src/i830_video.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-11-29 10:53:36 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2009-11-29 10:54:29 +0000
commit646b4a9483c01509a7324cc05eaadb72bc940c6d (patch)
treefa8d396d202f68739c8d512e8e1b537414e171d6 /src/i830_video.c
parent917f9bb2435ba36bb99ef4d4f7b380d7f265e862 (diff)
Cleanup a few compiler warnings.
Simple warnings for unused variables and C99-style declarations. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/i830_video.c')
-rw-r--r--src/i830_video.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i830_video.c b/src/i830_video.c
index b0403d40..dd3aefa3 100644
--- a/src/i830_video.c
+++ b/src/i830_video.c
@@ -1440,7 +1440,6 @@ i830_copy_video_data(ScrnInfoPtr scrn, intel_adaptor_private *adaptor_priv,
INT32 x1, INT32 y1, INT32 x2, INT32 y2,
int id, unsigned char *buf)
{
- intel_screen_private *intel = intel_get_screen_private(scrn);
int srcPitch = 0, srcPitch2 = 0;
int top, left, npixels, nlines, size;