diff options
author | Kristian Høgsberg <krh@redhat.com> | 2009-02-24 14:07:23 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2009-02-24 14:13:04 -0500 |
commit | 170f00e161931fdaa8c2812fc710649e1d6d977a (patch) | |
tree | b292ff9d735aee512dfe4009d3896823d5e36bbd /src/i830_video.c | |
parent | a6b31f38ebf470c61de0e10b0ce2af0d7ee1684b (diff) |
Remove a handful of unused variable warnings.
Diffstat (limited to 'src/i830_video.c')
-rw-r--r-- | src/i830_video.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/i830_video.c b/src/i830_video.c index c9a01813..76b51898 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -2790,9 +2790,6 @@ I830StopSurface(XF86SurfacePtr surface) static int I830FreeSurface(XF86SurfacePtr surface) { - ScrnInfoPtr pScrn = surface->pScrn; - OffscreenPrivPtr pPriv = (OffscreenPrivPtr) surface->devPrivate.ptr; - I830StopSurface(surface); xfree(surface->pitches); xfree(surface->offsets); |