aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstore.h
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-06-22 18:05:14 +0100
committerEric Engestrom <[email protected]>2019-07-31 09:41:05 +0100
commit513e67d2e4844a6a31fab3e3f84eb7aaa142a11f (patch)
tree9cb12d3028fc9399294cfc49848ef15a9ff8840f /src/mesa/main/texstore.h
parentc8a453a7706c3e85da6d1d0ded773c83ae93d51b (diff)
mesa: replace MAYBE_UNUSED with UNUSED
MAYBE_UNUSED is going away, so let's replace legitimate uses of it with UNUSED, which the former aliased to so far anyway. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/main/texstore.h')
-rw-r--r--src/mesa/main/texstore.h4
1 files changed, 2 insertions, 2 deletions
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, \