aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_compositor.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2011-03-26 00:30:22 +0100
committerChristian König <[email protected]>2011-03-26 00:30:22 +0100
commit133add9c508f9e94e04c45a6cfa3a9dd6a2518d0 (patch)
treea1db9a39539163e7e82b7aa3b18c8ac30d2f9348 /src/gallium/auxiliary/vl/vl_compositor.h
parent3d40d4f391e2fc319a03d8f171a2cfb9daf250c8 (diff)
[g3dvl] the sampler textview map is no longer needed
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_compositor.h')
-rw-r--r--src/gallium/auxiliary/vl/vl_compositor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/vl/vl_compositor.h b/src/gallium/auxiliary/vl/vl_compositor.h
index 8bea7ab39cf..59e60ac69f3 100644
--- a/src/gallium/auxiliary/vl/vl_compositor.h
+++ b/src/gallium/auxiliary/vl/vl_compositor.h
@@ -61,8 +61,6 @@ struct vl_compositor
struct pipe_video_rect layer_src_rects[VL_COMPOSITOR_MAX_LAYERS];
struct pipe_video_rect layer_dst_rects[VL_COMPOSITOR_MAX_LAYERS];
unsigned dirty_layers;
-
- struct keymap *texview_map;
};
bool vl_compositor_init(struct vl_compositor *compositor, struct pipe_context *pipe);