st/mesa: Drop dead 'passthrough_fs' field.

Dead since 2015 (commit 5142564734).

Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Kenneth Graunke 2018-12-03 22:42:18 -08:00
parent bba5749484
commit 42d31e0516

View file

@ -278,8 +278,6 @@ struct st_context
/** for drawing with st_util_vertex */
struct pipe_vertex_element util_velems[3];
void *passthrough_fs; /**< simple pass-through frag shader */
enum pipe_texture_target internal_target;
struct cso_context *cso_context;