mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 11:30:21 +01:00
vbo: remove redundant vfmt->Begin = _save_Begin assignment
The same assignment appears later in the function. Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
3e7c16997a
commit
e880b7cbf8
1 changed files with 0 additions and 1 deletions
|
|
@ -1396,7 +1396,6 @@ _save_vtxfmt_init(struct gl_context *ctx)
|
|||
|
||||
_MESA_INIT_ARRAYELT_VTXFMT(vfmt, _ae_);
|
||||
|
||||
vfmt->Begin = _save_Begin;
|
||||
vfmt->Color3f = _save_Color3f;
|
||||
vfmt->Color3fv = _save_Color3fv;
|
||||
vfmt->Color4f = _save_Color4f;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue