vbo: remove redundant vfmt->Begin = _save_Begin assignment 82/6382/1
authorBrian Paul <brianp@vmware.com>
Thu, 2 May 2013 01:15:32 +0000 (19:15 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 2 May 2013 15:03:15 +0000 (09:03 -0600)
The same assignment appears later in the function.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/mesa/vbo/vbo_save_api.c

index 1b080f4..a47ee7b 100644 (file)
@@ -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;