From 4d5827ea838d1b42e78e8ee9c4178c7258ffa368 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 22 Apr 2013 10:42:43 -0600 Subject: [PATCH] mesa: Remove extra MapBufferRange in create_beginend_table() Looks like a copy&paste typo. Reviewed-by: Jose Fonseca --- src/mesa/main/context.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.30.2