diff options
author | Alan Hourihane <[email protected]> | 2008-03-19 00:16:16 +0000 |
---|---|---|
committer | Alan Hourihane <[email protected]> | 2008-03-19 00:18:37 +0000 |
commit | 6a8bbdba188fc299c46e8d8f11777046737cd183 (patch) | |
tree | 5dc8d3f1137c0451e61587706bcb94de1664c3a0 /src/mesa/tnl | |
parent | 9f50a6a24c922926904c215249c3a0426dd433aa (diff) |
remove redundant init
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r-- | src/mesa/tnl/t_vertex_sse.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_vertex_sse.c b/src/mesa/tnl/t_vertex_sse.c index ad4cc62d5f7..5160a8c3aee 100644 --- a/src/mesa/tnl/t_vertex_sse.c +++ b/src/mesa/tnl/t_vertex_sse.c @@ -348,8 +348,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); |