nouveau: remove previous hack around x86_64 breakage

This hack now causes breakage *doh*. :)
This commit is contained in:
Ben Skeggs
2008-11-10 16:33:31 +11:00
parent e658950d4e
commit 1d6cba6572
@@ -64,10 +64,8 @@ struct draw_context *draw_create( void )
if (!draw_pt_init( draw ))
goto fail;
#ifdef PIPE_ARCH_X86
if (!draw_vs_init( draw ))
goto fail;
#endif
return draw;