diff options
author | Adam Jackson <[email protected]> | 2019-08-23 12:51:08 -0400 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2019-09-12 13:23:32 -0400 |
commit | ad9c1838e0e096ab8aafadd65fa93e55259ec587 (patch) | |
tree | 2014815431ec151fc379186fbd0d2c35481a4c92 /src/glx/glxclient.h | |
parent | f812cbfd884b82c6d05f3c55d216fcd37caa68b1 (diff) |
glx: Remove unused indirection for glx_context->fillImage
This slot is always filled in with __glFillImage.
Reviewed-by: Michel Dänzer <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/glx/glxclient.h')
-rw-r--r-- | src/glx/glxclient.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index 2a7437fcd1b..41edf17210f 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -328,13 +328,6 @@ struct glx_context /*@} */ /** - * Fill newImage with the unpacked form of \c oldImage getting it - * ready for transport to the server. - */ - void (*fillImage) (struct glx_context *, GLint, GLint, GLint, GLint, GLenum, - GLenum, const GLvoid *, GLubyte *, GLubyte *); - - /** * Client side attribs. */ __GLXattributeMachine attributes; |