diff options
author | Brian Paul <[email protected]> | 2010-04-27 11:31:45 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-27 11:31:45 -0600 |
commit | 85ab6d2447784c417c705ec3c91be2893a801213 (patch) | |
tree | b6c2ee76285566e7d7286e5520d864128e8b566f /src/gallium/drivers/llvmpipe/lp_rast_priv.h | |
parent | d2f0acc2fb52689493d5ac47b69415269968b71b (diff) |
llvmpipe: comment-out unused field for now
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast_priv.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_rast_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast_priv.h b/src/gallium/drivers/llvmpipe/lp_rast_priv.h index 18457ff4ce2..5884d12721e 100644 --- a/src/gallium/drivers/llvmpipe/lp_rast_priv.h +++ b/src/gallium/drivers/llvmpipe/lp_rast_priv.h @@ -105,7 +105,7 @@ struct lp_rasterizer * (potentially) shared, these empty scenes should be returned to * the context which created them rather than retained here. */ - struct lp_scene_queue *empty_scenes; + /* struct lp_scene_queue *empty_scenes; */ /** The scene currently being rasterized by the threads */ struct lp_scene *curr_scene; |