summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pixel.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-06-06 22:58:12 +0200
committerSamuel Pitoiset <[email protected]>2017-06-07 09:05:25 +0200
commit51854def8a31f5d23fa98aeafbd5acc72e08b3a4 (patch)
treeef535f6a3a22c9eb21166431b6a3a59a95b9ddfb /src/mesa/main/pixel.h
parentf7741985be0234c3fe71e1f97740579e35726b92 (diff)
mesa: remove useless check in _mesa_update_pixel()
The only caller is _mesa_update_state_locked() which already checks if _NEW_PIXEL is set before calling _mesa_update_pixel(). Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/pixel.h')
-rw-r--r--src/mesa/main/pixel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/pixel.h b/src/mesa/main/pixel.h
index fd1782e1bcb..17e7376281f 100644
--- a/src/mesa/main/pixel.h
+++ b/src/mesa/main/pixel.h
@@ -64,7 +64,7 @@ void GLAPIENTRY
_mesa_PixelTransferi( GLenum pname, GLint param );
extern void
-_mesa_update_pixel( struct gl_context *ctx, GLuint newstate );
+_mesa_update_pixel( struct gl_context *ctx );
extern void
_mesa_init_pixel( struct gl_context * ctx );