diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2007-11-09 09:21:40 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2007-11-09 09:21:40 +0000 |
commit | 33cf20bb458ed736d4404d4e3340a117c7d07f63 (patch) | |
tree | c58adc465b989493187a63f26bbc63c14398cc47 | |
parent | 64469863212dcc41995c473032856096c4af12b3 (diff) |
remove duplicate init func
-rw-r--r-- | src/mesa/vf/vf_sse.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/vf/vf_sse.c b/src/mesa/vf/vf_sse.c index a5d143461b..3ce76e2b04 100644 --- a/src/mesa/vf/vf_sse.c +++ b/src/mesa/vf/vf_sse.c @@ -345,8 +345,6 @@ static GLboolean build_vertex_emit( struct x86_program *p ) struct x86_reg vp1 = x86_make_reg(file_XMM, 2); GLubyte *fixup, *label; - x86_init_func(&p->func); - /* Push a few regs? */ x86_push(&p->func, countEBP); |