summaryrefslogtreecommitdiff
path: root/src/mesa/vf
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2007-11-09 09:21:40 +0000
committerAlan Hourihane <alanh@tungstengraphics.com>2007-11-09 09:21:40 +0000
commit33cf20bb458ed736d4404d4e3340a117c7d07f63 (patch)
treec58adc465b989493187a63f26bbc63c14398cc47 /src/mesa/vf
parent64469863212dcc41995c473032856096c4af12b3 (diff)
remove duplicate init func
Diffstat (limited to 'src/mesa/vf')
-rw-r--r--src/mesa/vf/vf_sse.c2
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);