remove duplicate init func

This commit is contained in:
Alan Hourihane 2007-11-09 09:21:40 +00:00
parent 6446986321
commit 33cf20bb45

View 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);