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:
Erik Faye-Lund 2019-02-25 13:30:30 +01:00
parent 9ddd9d454c
commit 70ac7f5b0c

View file

@ -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.