summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_regions.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_regions.c')
-rw-r--r--src/mesa/pipe/i915simple/i915_regions.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/pipe/i915simple/i915_regions.c b/src/mesa/pipe/i915simple/i915_regions.c
index bab256c763..cff90ab5dd 100644
--- a/src/mesa/pipe/i915simple/i915_regions.c
+++ b/src/mesa/pipe/i915simple/i915_regions.c
@@ -37,11 +37,6 @@
#include "i915_blit.h"
-static void
-i915_region_idle(struct pipe_context *pipe, struct pipe_region *region)
-{
-
-}
static ubyte *
@@ -302,7 +297,6 @@ i915_region_fill(struct pipe_context *pipe,
void
i915_init_region_functions(struct i915_context *i915)
{
- i915->pipe.region_idle = i915_region_idle;
i915->pipe.region_map = i915_region_map;
i915->pipe.region_unmap = i915_region_unmap;
i915->pipe.region_alloc = i915_region_alloc;