r600g: remove unneeded function call from scs

This commit is contained in:
Dave Airlie 2010-08-31 13:54:19 +10:00
parent 4f189b3bf5
commit 4e61f085d0

View file

@ -939,10 +939,6 @@ static int tgsi_scs(struct r600_shader_ctx *ctx)
struct r600_bc_alu alu;
int r;
r = tgsi_split_constant(ctx, r600_src);
if (r)
return r;
r = tgsi_setup_trig(ctx, r600_src);
if (r)
return r;