From 14af96007f42acd7f8dd8569b1a5cee1d47c08a8 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Fri, 18 Nov 2016 00:28:44 -0800 Subject: [PATCH] i965: Delete fs_visitor::nir_setup_single_output_varying prototype. I deleted this function in 59864e8e02057cc6fa0448a8af067a3cf53389da. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_fs.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h index da01174..002cee8 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.h +++ b/src/mesa/drivers/dri/i965/brw_fs.h @@ -190,8 +190,6 @@ public: bool opt_zero_samples(); void emit_nir_code(); - void nir_setup_single_output_varying(fs_reg *reg, const glsl_type *type, - unsigned *location); void nir_setup_outputs(); void nir_setup_uniforms(); void nir_emit_system_values(); -- 2.7.4