diff options
author | Ian Romanick <[email protected]> | 2014-11-06 22:56:03 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2014-11-10 05:38:03 -0800 |
commit | 46a2323c3fd5fa6027427005c6cbc5c3be9beb24 (patch) | |
tree | 2aec2400b659db79652ff4f6a6fb03ee8f2a01ab /src/mesa/main/api_validate.h | |
parent | 8e4a6481e81d38bff51a2ee72d8b754547376eeb (diff) |
mesa: Remove _mesa_max_buffer_index
It appears to be completely unused since f9be8543 (February 2012).
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main/api_validate.h')
-rw-r--r-- | src/mesa/main/api_validate.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/api_validate.h b/src/mesa/main/api_validate.h index 8238df16c24..0bb91c67543 100644 --- a/src/mesa/main/api_validate.h +++ b/src/mesa/main/api_validate.h @@ -35,12 +35,6 @@ struct gl_context; struct gl_transform_feedback_object; -extern GLuint -_mesa_max_buffer_index(struct gl_context *ctx, GLuint count, GLenum type, - const void *indices, - struct gl_buffer_object *elementBuf); - - extern bool _mesa_is_valid_prim_mode(struct gl_context *ctx, GLenum mode); |