aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_context.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2016-09-19 16:34:17 -0600
committerBrian Paul <[email protected]>2016-09-21 12:23:45 -0600
commit1cc7a76d730f4a31e01bd5ffbe9407764963d61b (patch)
tree06223e2fdcaaa3c97a97840324155f699b07dfdf /src/gallium/drivers/svga/svga_context.h
parenta53da57d5a1f6d72b30693328b809762dbee4c3c (diff)
svga: remove disable_shader debug variable
Never used, AFAIK. Reviewed-by: Charmaine Lee <[email protected]>
Diffstat (limited to 'src/gallium/drivers/svga/svga_context.h')
-rw-r--r--src/gallium/drivers/svga/svga_context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/svga/svga_context.h b/src/gallium/drivers/svga/svga_context.h
index cbc4a9c86e9..5148372753d 100644
--- a/src/gallium/drivers/svga/svga_context.h
+++ b/src/gallium/drivers/svga/svga_context.h
@@ -441,8 +441,6 @@ struct svga_context
/* incremented for each shader */
unsigned shader_id;
- unsigned disable_shader;
-
boolean no_line_width;
boolean force_hw_line_stipple;