From: Brian Paul Date: Mon, 22 Apr 2013 16:42:43 +0000 (-0600) Subject: mesa: Remove extra MapBufferRange in create_beginend_table() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4d5827ea838d1b42e78e8ee9c4178c7258ffa368;p=mesa.git mesa: Remove extra MapBufferRange in create_beginend_table() Looks like a copy&paste typo. Reviewed-by: Jose Fonseca --- 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);