diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2009-01-26 12:47:02 +0000 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2009-01-27 11:16:32 +0000 |
commit | 3b853e93b2d244dac1b96212f6ebeb48e683fccf (patch) | |
tree | 98d6c141ed763e3db9aeda6858f98eb896a2987d /src/gallium/drivers | |
parent | ef9194a4f4a1832ab6b91d048bb196130d2edf55 (diff) |
i915: queiten compiler warnings
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/i915simple/i915_texture.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915simple/i915_texture.c b/src/gallium/drivers/i915simple/i915_texture.c index af823f2d3c..4acc4b0214 100644 --- a/src/gallium/drivers/i915simple/i915_texture.c +++ b/src/gallium/drivers/i915simple/i915_texture.c @@ -664,7 +664,6 @@ i915_get_tex_surface(struct pipe_screen *screen, unsigned flags) { struct i915_texture *tex = (struct i915_texture *)pt; - struct pipe_winsys *ws = screen->winsys; struct pipe_surface *ps; unsigned offset; /* in bytes */ |