From: Marek Olšák Date: Tue, 14 Jun 2011 01:48:06 +0000 (+0200) Subject: st/xorg: remove unused variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e823ab1b002560c02edc2d9f165e3b150b5e020e;p=mesa.git st/xorg: remove unused variable --- diff --git a/src/gallium/state_trackers/xorg/xorg_xv.c b/src/gallium/state_trackers/xorg/xorg_xv.c index 234574b968e..af4992fc2ed 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));