brw: remove dead code

This commit is contained in:
Keith Whitwell 2008-05-02 17:55:22 +01:00
parent 5cb29dae06
commit 7849ccb2a7
1 changed files with 0 additions and 8 deletions

View File

@ -357,14 +357,6 @@ brw_texture_release_screen(struct pipe_screen *screen,
}
static void
brw_texture_update(struct pipe_context *pipe, struct pipe_texture *texture,
uint face, uint levelsMask)
{
/* no-op? */
}
static struct pipe_surface *
brw_get_tex_surface_screen(struct pipe_screen *screen,
struct pipe_texture *pt,