diff options
author | Marek Olšák <maraeo@gmail.com> | 2011-06-14 03:48:06 +0200 |
---|---|---|
committer | Marek Olšák <maraeo@gmail.com> | 2011-06-14 03:49:26 +0200 |
commit | e823ab1b002560c02edc2d9f165e3b150b5e020e (patch) | |
tree | 754e9cec40f04bf9c86130a8c8de9ca6eb8b63a9 | |
parent | f318a15f45b726095ae8d95cabb2c9ce4ce24215 (diff) |
st/xorg: remove unused variable
-rw-r--r-- | src/gallium/state_trackers/xorg/xorg_xv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/xorg/xorg_xv.c b/src/gallium/state_trackers/xorg/xorg_xv.c index 234574b968..af4992fc2e 100644 --- a/src/gallium/state_trackers/xorg/xorg_xv.c +++ b/src/gallium/state_trackers/xorg/xorg_xv.c @@ -466,7 +466,6 @@ bind_samplers(struct xorg_xv_port_priv *port) { struct pipe_sampler_state *samplers[PIPE_MAX_SAMPLERS]; struct pipe_sampler_state sampler; - struct pipe_resource **dst = port->yuv[port->current_set]; struct pipe_sampler_view **dst_views = port->yuv_views[port->current_set]; memset(&sampler, 0, sizeof(struct pipe_sampler_state)); |