diff options
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c index 06af2c2fd8d..503af3e78a2 100644 --- a/src/gallium/drivers/r300/r300_context.c +++ b/src/gallium/drivers/r300/r300_context.c @@ -71,7 +71,6 @@ static void r300_destroy_context(struct pipe_context* context) FREE(r300); } - static void r300_flush_cb(void *data) { struct r300_context* const cs_context_copy = data; |