From: Stephane Marchesin Date: Wed, 2 Apr 2008 16:28:44 +0000 (+0200) Subject: don't push "pouets" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d3340cda9c2ee7165961517494f636e3fa361d5f;p=mesa.git don't push "pouets" --- diff --git a/src/gallium/auxiliary/draw/draw_vertex_fetch.c b/src/gallium/auxiliary/draw/draw_vertex_fetch.c index 9a9ac4ee451..11f99babf65 100644 --- a/src/gallium/auxiliary/draw/draw_vertex_fetch.c +++ b/src/gallium/auxiliary/draw/draw_vertex_fetch.c @@ -508,7 +508,6 @@ void draw_update_vertex_fetch( struct draw_context *draw ) draw->vertex_fetch.nr_attrs = nr_attrs; draw->vertex_fetch.fetch_func = generic_vertex_fetch; - printf("pouet vertex fetch %x\n",draw->vertex_fetch.fetch_func); switch (nr_attrs) { case 2: @@ -525,6 +524,5 @@ void draw_update_vertex_fetch( struct draw_context *draw ) default: break; } - printf("pouet vertex fetch %x\n",draw->vertex_fetch.fetch_func); }