diff --git a/src/mesa/main/texstore.h b/src/mesa/main/texstore.h index 2fef7ba7d7d..9d735d16c70 100644 --- a/src/mesa/main/texstore.h +++ b/src/mesa/main/texstore.h @@ -60,8 +60,8 @@ struct gl_texture_image; */ #define TEXSTORE_PARAMS \ struct gl_context *ctx, GLuint dims, \ - MAYBE_UNUSED GLenum baseInternalFormat, \ - MAYBE_UNUSED mesa_format dstFormat, \ + UNUSED GLenum baseInternalFormat, \ + UNUSED mesa_format dstFormat, \ GLint dstRowStride, \ GLubyte **dstSlices, \ GLint srcWidth, GLint srcHeight, GLint srcDepth, \