aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_context.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2017-06-19 12:15:40 -0600
committerBrian Paul <[email protected]>2017-06-20 07:56:34 -0600
commitceb9ca7fa54c086dea37f10b91e3d8a9c27594d6 (patch)
tree24b5feb3b5cb1dab0cc7fd2c744e8191fa3d7b81 /src/gallium/drivers/softpipe/sp_context.h
parentea2492b62f6837184ca66d33d6e664e3a0a67c35 (diff)
softpipe: remove unused softpipe_context::line_stipple_counter
Trivial.
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_context.h')
-rw-r--r--src/gallium/drivers/softpipe/sp_context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/softpipe/sp_context.h b/src/gallium/drivers/softpipe/sp_context.h
index 80aa978ddf2..7c42403009c 100644
--- a/src/gallium/drivers/softpipe/sp_context.h
+++ b/src/gallium/drivers/softpipe/sp_context.h
@@ -148,8 +148,6 @@ struct softpipe_context {
/** Derived from scissor and surface bounds: */
struct pipe_scissor_state cliprect[PIPE_MAX_VIEWPORTS];
- unsigned line_stipple_counter;
-
/** Conditional query object and mode */
struct pipe_query *render_cond_query;
enum pipe_render_cond_flag render_cond_mode;