mesa: Remove extra MapBufferRange in create_beginend_table()
Looks like a copy&paste typo. Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
7c1bf8e381
commit
4d5827ea83
1 changed files with 0 additions and 1 deletions
|
|
@ -923,7 +923,6 @@ create_beginend_table(const struct gl_context *ctx)
|
|||
COPY_DISPATCH(MapBuffer);
|
||||
COPY_DISPATCH(UnmapBuffer);
|
||||
COPY_DISPATCH(MapBufferRange);
|
||||
COPY_DISPATCH(MapBufferRange);
|
||||
COPY_DISPATCH(ObjectPurgeableAPPLE);
|
||||
COPY_DISPATCH(ObjectUnpurgeableAPPLE);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue