mesa: Remove the _glapi_table argument from _mesa_array_element.
authorMathias Fröhlich <mathias.froehlich@web.de>
Wed, 3 Apr 2019 11:28:57 +0000 (13:28 +0200)
committerMathias Fröhlich <mathias.froehlich@web.de>
Sat, 4 May 2019 05:40:35 +0000 (07:40 +0200)
commit0ed7603d97bb7bab719dc28eac291fbfb8160d2e
tree10e67996f534b0141dbbd6dcb836e6641440986b
parent3b6f32907f292efd8d3eb25dc1573ff30e437a0c
mesa: Remove the _glapi_table argument from _mesa_array_element.

The value is now unused.

Reviewed-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
src/mesa/main/api_arrayelt.c
src/mesa/main/api_arrayelt.h
src/mesa/vbo/vbo_save_api.c