Module: Mesa Branch: mesa_7_7_branch Commit: 083dae14bd2d456515374449019afb164ae26655 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=083dae14bd2d456515374449019afb164ae26655
Author: Vinson Lee <[email protected]> Date: Mon Jan 11 22:46:30 2010 -0800 vbo: Remove unnecessary header from vbo_split_copy.c. --- src/mesa/vbo/vbo_split_copy.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/mesa/vbo/vbo_split_copy.c b/src/mesa/vbo/vbo_split_copy.c index c45190b..2ca1112 100644 --- a/src/mesa/vbo/vbo_split_copy.c +++ b/src/mesa/vbo/vbo_split_copy.c @@ -34,7 +34,6 @@ #include "main/imports.h" #include "main/image.h" #include "main/macros.h" -#include "main/enums.h" #include "main/mtypes.h" #include "vbo_split.h" @@ -221,8 +220,6 @@ begin( struct copy_context *copy, GLenum mode, GLboolean begin_flag ) { struct _mesa_prim *prim = ©->dstprim[copy->dstprim_nr]; -/* _mesa_printf("begin %s (%d)\n", _mesa_lookup_prim_by_nr(mode), begin_flag); */ - prim->mode = mode; prim->begin = begin_flag; } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
