radeon: Remove drawable & readable from radeon_dri_mirror
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_maos_arrays.c
index 7f5da16b03df26d16a4d7ac7ce8b663e352dfab8..7c6ea0530e0363eb8bfd55e92590278a2513e41b 100644 (file)
@@ -324,16 +324,3 @@ void radeonEmitArrays( GLcontext *ctx, GLuint inputs )
    rmesa->tcl.vertex_format = vfmt;
 }
 
-
-void radeonReleaseArrays( GLcontext *ctx, GLuint newinputs )
-{
-   r100ContextPtr rmesa = R100_CONTEXT( ctx );
-   int i;
-
-   for (i = 0; i < rmesa->tcl.nr_aos_components; i++) {
-     if (rmesa->tcl.aos[i].bo) {
-       radeon_bo_unref(rmesa->tcl.aos[i].bo);
-       rmesa->tcl.aos[i].bo = NULL;
-     }
-   }
-}