From ea3847b12e8968c3d1644dd032f1ba1ad132e7c9 Mon Sep 17 00:00:00 2001 From: Dylan Noblesmith Date: Fri, 20 Sep 2013 11:55:27 -0400 Subject: [PATCH] mesa: remove outdated comment No such argument exists since this commit: commit 92f3fca0ea429dcf07123e63447449db53308266 Author: Ian Romanick AuthorDate: Sun Aug 21 17:23:58 2011 -0700 Commit: Ian Romanick CommitDate: Tue Aug 23 14:52:09 2011 -0700 mesa: Remove target parameter from dd_function_table::BufferSubData Reviewed-by: Kenneth Graunke --- src/mesa/main/bufferobj.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/main/bufferobj.c b/src/mesa/main/bufferobj.c index b22340ff3fd..312ffb78888 100644 --- a/src/mesa/main/bufferobj.c +++ b/src/mesa/main/bufferobj.c @@ -440,7 +440,6 @@ _mesa_buffer_data( struct gl_context *ctx, GLenum target, GLsizeiptrARB size, * Note that all GL error checking will have been done already. * * \param ctx GL context. - * \param target Buffer object target on which to operate. * \param offset Offset of the first byte to be modified. * \param size Size, in bytes, of the data range. * \param data Pointer to the data to store in the buffer object. -- 2.30.2