mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
st/xorg: remove unused variable
This commit is contained in:
parent
f318a15f45
commit
e823ab1b00
1 changed files with 0 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue