From: Kenneth Graunke Date: Sun, 11 Nov 2012 05:53:35 +0000 (-0800) Subject: i965/vs: Remove dead vec4_visitor::src_reg_for_float prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a405717b885a4e211dc28c462d174ed8e600fcf9;p=mesa.git i965/vs: Remove dead vec4_visitor::src_reg_for_float prototype. No such function exists. src_reg's constructor does that. Reviewed-by: Eric Anholt --- diff --git a/src/mesa/drivers/dri/i965/brw_vec4.h b/src/mesa/drivers/dri/i965/brw_vec4.h index 1029e6d3ce4..5f35de59bb5 100644 --- a/src/mesa/drivers/dri/i965/brw_vec4.h +++ b/src/mesa/drivers/dri/i965/brw_vec4.h @@ -254,8 +254,6 @@ public: bool need_all_constants_in_pull_buffer; - src_reg src_reg_for_float(float val); - /** * \name Visit methods *