remove duplicate init func
authorAlan Hourihane <alanh@tungstengraphics.com>
Fri, 9 Nov 2007 09:21:40 +0000 (09:21 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Fri, 9 Nov 2007 09:21:40 +0000 (09:21 +0000)
src/mesa/vf/vf_sse.c

index a5d143461bf23d715f2fb87db8f88f72aec1b774..3ce76e2b042b1874b5c03bee73a5c251418d528c 100644 (file)
@@ -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);