mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 14:10:09 +01:00
mesa/main: remove unused macro
This macro is no longer used, so let's get rid of it. Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/329> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/329>
This commit is contained in:
parent
9ddd9d454c
commit
70ac7f5b0c
1 changed files with 0 additions and 5 deletions
|
|
@ -275,11 +275,6 @@ _mesa_DisableClientStateiEXT( GLenum cap, GLuint index )
|
|||
client_state_i(ctx, ctx->Array.VAO, cap, index, GL_FALSE);
|
||||
}
|
||||
|
||||
#define CHECK_EXTENSION(EXTNAME) \
|
||||
if (!ctx->Extensions.EXTNAME) { \
|
||||
goto invalid_enum_error; \
|
||||
}
|
||||
|
||||
/**
|
||||
* Return pointer to current texture unit for setting/getting coordinate
|
||||
* state.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue