diff options
author | Marek Olšák <[email protected]> | 2013-09-21 23:05:08 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-09-29 15:18:08 +0200 |
commit | 31169400a0f2cbb76502dfc004db901ec23fcd9a (patch) | |
tree | b4cb6d4b3fea91d3ac4bb29dbfe00e90cd466039 /src/gallium/drivers/r600 | |
parent | 6f21009cb3de70d67f0ba1a7fcb88c0cd0611b38 (diff) |
r600g,radeonsi: remove unused code
Diffstat (limited to 'src/gallium/drivers/r600')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 36132f26ea8..fc138605e8c 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -717,9 +717,6 @@ boolean r600_is_format_supported(struct pipe_screen *screen, unsigned usage); void r600_update_db_shader_control(struct r600_context * rctx); -/* r600_texture.c */ -void r600_init_screen_texture_functions(struct pipe_screen *screen); - /* r600_hw_context.c */ void r600_get_backend_mask(struct r600_context *ctx); void r600_context_flush(struct r600_context *ctx, unsigned flags); |