summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_fs.h')
-rw-r--r--src/gallium/drivers/softpipe/sp_fs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/softpipe/sp_fs.h b/src/gallium/drivers/softpipe/sp_fs.h
index d46d7d5a657..db689b82bd5 100644
--- a/src/gallium/drivers/softpipe/sp_fs.h
+++ b/src/gallium/drivers/softpipe/sp_fs.h
@@ -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;