mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
vbo: Remove unnecessary header from vbo_split_copy.c.
This commit is contained in:
parent
0d65a68f51
commit
083dae14bd
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue