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@anholt.net>
This commit is contained in:
Kenneth Graunke
2012-11-10 21:53:35 -08:00
parent eec5669bc9
commit a405717b88
-2
View File
@@ -254,8 +254,6 @@ public:
bool need_all_constants_in_pull_buffer;
src_reg src_reg_for_float(float val);
/**
* \name Visit methods
*