nvc0: kill assert in ppp code
[mesa.git] / src / gallium / drivers / softpipe / sp_fs.h
index d46d7d5a65782b4b678e277459e13fa8789411bf..db689b82bd5084e6cfec1472e085e3fec2f4c748 100644 (file)
@@ -36,10 +36,6 @@ struct sp_fragment_shader_variant *
 softpipe_create_fs_variant_exec(struct softpipe_context *softpipe,
                                 const struct pipe_shader_state *templ);
 
-struct sp_fragment_shader_variant *
-softpipe_create_fs_variant_sse(struct softpipe_context *softpipe,
-                               const struct pipe_shader_state *templ);
-
 
 struct tgsi_interp_coef;
 struct tgsi_exec_vector;