summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_linestipple.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/draw/draw_linestipple.c')
-rw-r--r--src/mesa/pipe/draw/draw_linestipple.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/draw/draw_linestipple.c b/src/mesa/pipe/draw/draw_linestipple.c
index 5f0db99b23..d7fe1071f0 100644
--- a/src/mesa/pipe/draw/draw_linestipple.c
+++ b/src/mesa/pipe/draw/draw_linestipple.c
@@ -265,7 +265,6 @@ struct clip_pipe_stage *clip_pipe_stipple( struct clip_pipeline *pipe )
stipple->stage.point = clip_passthrough_point;
stipple->stage.line = stipple_line;
stipple->stage.tri = clip_passthrough_tri;
- stipple->stage.reset_tmps = clip_pipe_reset_tmps;
stipple->stage.end = stipple_end;
stipple->stage.destroy = stipple_destroy;