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:
@@ -254,8 +254,6 @@ public:
|
||||
|
||||
bool need_all_constants_in_pull_buffer;
|
||||
|
||||
src_reg src_reg_for_float(float val);
|
||||
|
||||
/**
|
||||
* \name Visit methods
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user