Mesa (master): i965/vs: Remove dead vec4_visitor:: src_reg_for_float prototype.

Kenneth Graunke kwg at kemper.freedesktop.org
Thu Nov 15 19:16:28 UTC 2012


Module: Mesa
Branch: master
Commit: a405717b885a4e211dc28c462d174ed8e600fcf9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a405717b885a4e211dc28c462d174ed8e600fcf9

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Sat Nov 10 21:53:35 2012 -0800

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 <eric at anholt.net>

---

 src/mesa/drivers/dri/i965/brw_vec4.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_vec4.h b/src/mesa/drivers/dri/i965/brw_vec4.h
index 1029e6d..5f35de5 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
     *




More information about the mesa-commit mailing list