From 878519b73e5ff80df98591f70e6d53d05ed46f2f Mon Sep 17 00:00:00 2001 From: Henri Verbeet Date: Fri, 24 Dec 2010 11:36:50 +0100 Subject: r600g: Get rid of r600_blit_uncompress_depth_ptr. --- src/gallium/drivers/r600/r600_pipe.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gallium/drivers/r600/r600_pipe.c') diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c index 72988b946e..8f6836a573 100644 --- a/src/gallium/drivers/r600/r600_pipe.c +++ b/src/gallium/drivers/r600/r600_pipe.c @@ -198,8 +198,6 @@ static struct pipe_context *r600_create_context(struct pipe_screen *screen, void else rctx->custom_dsa_flush = evergreen_create_db_flush_dsa(rctx); - r600_blit_uncompress_depth_ptr = r600_blit_uncompress_depth; - return &rctx->context; } -- cgit v1.2.3