diff options
author | Brian Paul <[email protected]> | 2013-04-22 10:42:43 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-04-22 12:38:04 -0600 |
commit | 4d5827ea838d1b42e78e8ee9c4178c7258ffa368 (patch) | |
tree | d1837b0c161fc6a9d3a19e2ee51cf6fcd1a39cfc | |
parent | 7c1bf8e381b914f88335686cc6561f89dcca9ae5 (diff) |
mesa: Remove extra MapBufferRange in create_beginend_table()
Looks like a copy&paste typo.
Reviewed-by: Jose Fonseca <[email protected]>
-rw-r--r-- | src/mesa/main/context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index ce76243cd1b..9d915b6fb62 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -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); |