mesa: remove outdated comment
authorDylan Noblesmith <nobled@dreamwidth.org>
Fri, 20 Sep 2013 15:55:27 +0000 (11:55 -0400)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 24 Sep 2013 18:27:12 +0000 (11:27 -0700)
No such argument exists since this commit:

commit 92f3fca0ea429dcf07123e63447449db53308266
Author:     Ian Romanick <ian.d.romanick@intel.com>
AuthorDate: Sun Aug 21 17:23:58 2011 -0700
Commit:     Ian Romanick <ian.d.romanick@intel.com>
CommitDate: Tue Aug 23 14:52:09 2011 -0700

    mesa: Remove target parameter from dd_function_table::BufferSubData

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/main/bufferobj.c

index b22340ff3fd521fba00ee3756032ef2b963b6347..312ffb788889bab9fd27d6f89f5df3af50af7a8e 100644 (file)
@@ -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.