vbo: Remove the now unused vbo draw path.
[mesa.git] / src / mesa / drivers / common / driverfuncs.c
index 2ddfdb5efa8fbd8c2d57d303d11501a4447f9778..11134b69e94421e3b7c21ea0c40dd00c2eacc053 100644 (file)
@@ -121,7 +121,7 @@ _mesa_init_driver_functions(struct dd_function_table *driver)
    driver->NewATIfs = NULL;
 
    /* Draw functions */
-   driver->Draw = _vbo_draw;
+   driver->Draw = NULL;
    driver->DrawIndirect = _vbo_draw_indirect;
 
    /* simple state commands */