mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 11:20:20 +01:00
draw: remove unused vars
This commit is contained in:
parent
992d0b997f
commit
4e46e6f52b
2 changed files with 0 additions and 4 deletions
|
|
@ -815,7 +815,6 @@ aaline_bind_sampler_states(struct pipe_context *pipe,
|
|||
unsigned num, void **sampler)
|
||||
{
|
||||
struct aaline_stage *aaline = aaline_stage_from_pipe(pipe);
|
||||
struct draw_context *draw = aaline->stage.draw;
|
||||
|
||||
/* save current */
|
||||
memcpy(aaline->state.sampler, sampler, num * sizeof(void *));
|
||||
|
|
@ -831,7 +830,6 @@ aaline_set_sampler_textures(struct pipe_context *pipe,
|
|||
unsigned num, struct pipe_texture **texture)
|
||||
{
|
||||
struct aaline_stage *aaline = aaline_stage_from_pipe(pipe);
|
||||
struct draw_context *draw = aaline->stage.draw;
|
||||
uint i;
|
||||
|
||||
/* save current */
|
||||
|
|
|
|||
|
|
@ -667,7 +667,6 @@ pstip_set_sampler_textures(struct pipe_context *pipe,
|
|||
unsigned num, struct pipe_texture **texture)
|
||||
{
|
||||
struct pstip_stage *pstip = pstip_stage_from_pipe(pipe);
|
||||
struct draw_context *draw = pstip->stage.draw;
|
||||
uint i;
|
||||
|
||||
/* save current */
|
||||
|
|
@ -690,7 +689,6 @@ pstip_set_polygon_stipple(struct pipe_context *pipe,
|
|||
const struct pipe_poly_stipple *stipple)
|
||||
{
|
||||
struct pstip_stage *pstip = pstip_stage_from_pipe(pipe);
|
||||
struct draw_context *draw = (struct draw_context *) pipe->draw;
|
||||
|
||||
/* save current */
|
||||
pstip->state.stipple = stipple;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue