summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_blitter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/util/u_blitter.h')
-rw-r--r--src/gallium/auxiliary/util/u_blitter.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gallium/auxiliary/util/u_blitter.h b/src/gallium/auxiliary/util/u_blitter.h
index 912af831f3f..2174f9d9910 100644
--- a/src/gallium/auxiliary/util/u_blitter.h
+++ b/src/gallium/auxiliary/util/u_blitter.h
@@ -77,15 +77,6 @@ struct blitter_context
enum blitter_attrib_type type,
const union pipe_color_union *color);
- /**
- * Get the next surface layer for the pipe surface, i.e. make a copy
- * of the surface and increment the first and last layer by 1.
- *
- * This callback is exposed, so that drivers can override it if needed.
- */
- struct pipe_surface *(*get_next_surface_layer)(struct pipe_context *pipe,
- struct pipe_surface *surf);
-
/* Whether the blitter is running. */
boolean running;