summaryrefslogtreecommitdiffstats
path: root/src/glx/glxclient.h
diff options
context:
space:
mode:
authorAdam Jackson <[email protected]>2019-08-23 12:51:08 -0400
committerAdam Jackson <[email protected]>2019-09-12 13:23:32 -0400
commitad9c1838e0e096ab8aafadd65fa93e55259ec587 (patch)
tree2014815431ec151fc379186fbd0d2c35481a4c92 /src/glx/glxclient.h
parentf812cbfd884b82c6d05f3c55d216fcd37caa68b1 (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.h7
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;