diff options
author | Eric Anholt <eric@anholt.net> | 2010-02-19 08:11:00 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-02-20 12:55:13 -0500 |
commit | ec5deb2bcbf828c3c47488eb77461c26cab38ed6 (patch) | |
tree | 2f19d49628238b4f2053b8a07d94b16068e9a0b7 /src/i830_render.c | |
parent | a4180eabfa00c256494ed09aa336a17605c49a8a (diff) |
Remove dead assignments noticed by clang.
Diffstat (limited to 'src/i830_render.c')
-rw-r--r-- | src/i830_render.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i830_render.c b/src/i830_render.c index 4d37a404..89e5acb6 100644 --- a/src/i830_render.c +++ b/src/i830_render.c @@ -326,7 +326,6 @@ static void i830_texture_setup(PicturePtr picture, PixmapPtr pixmap, int unit) (FILTER_LINEAR << TM0S3_MIN_FILTER_SHIFT)); break; default: - filter = 0; FatalError("Bad filter 0x%x\n", picture->filter); } filter |= (MIPFILTER_NONE << TM0S3_MIP_FILTER_SHIFT); |