diff options
author | Dylan Noblesmith <[email protected]> | 2013-09-20 11:55:27 -0400 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-09-24 11:27:12 -0700 |
commit | ea3847b12e8968c3d1644dd032f1ba1ad132e7c9 (patch) | |
tree | b63b8b6d2cdf95334ef5996f01b1a5fa026e204a /src/mesa/main | |
parent | 2f5d41ce79af77eac1e7e4e8f7c855d128fa8871 (diff) |
mesa: remove outdated comment
No such argument exists since this commit:
commit 92f3fca0ea429dcf07123e63447449db53308266
Author: Ian Romanick <[email protected]>
AuthorDate: Sun Aug 21 17:23:58 2011 -0700
Commit: Ian Romanick <[email protected]>
CommitDate: Tue Aug 23 14:52:09 2011 -0700
mesa: Remove target parameter from dd_function_table::BufferSubData
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/bufferobj.c | 1 |
1 files changed, 0 insertions, 1 deletions
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. |