cell: adapt to clear interface changes

This commit is contained in:
Roland Scheidegger
2010-05-29 01:18:47 +02:00
parent c350068720
commit 821498bd6f
@@ -34,5 +34,4 @@ void
cell_init_surface_functions(struct cell_context *cell)
{
cell->pipe.resource_copy_region = util_resource_copy_region;
cell->pipe.resource_fill_region = util_resource_fill_region;
}