diff options
author | Vinson Lee <[email protected]> | 2010-02-21 01:30:35 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-02-21 01:30:35 -0800 |
commit | 3194197efd78dd1aa14c153672e0ed028d9d5abb (patch) | |
tree | 770832554cefb206d29e122bded3e3c90cbd937f /src/gallium/drivers/i965 | |
parent | 0b83f48e8263ab9ea7c30a929f1d5764b9c61d2a (diff) |
i965g: Remove dead code.
Diffstat (limited to 'src/gallium/drivers/i965')
-rw-r--r-- | src/gallium/drivers/i965/brw_screen_surface.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/i965/brw_screen_surface.c b/src/gallium/drivers/i965/brw_screen_surface.c index e2b9954e596..904df813dda 100644 --- a/src/gallium/drivers/i965/brw_screen_surface.c +++ b/src/gallium/drivers/i965/brw_screen_surface.c @@ -231,8 +231,6 @@ static struct pipe_surface *brw_get_tex_surface(struct pipe_screen *screen, case BRW_VIEW_IN_PLACE: surface = create_in_place_view( bscreen, tex, id, usage ); break; - default: - return NULL; } insert_at_head( &tex->views[type], surface ); |