diff options
author | Adam Jackson <[email protected]> | 2011-06-01 13:00:57 -0400 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2011-06-02 15:37:22 -0400 |
commit | e09e5cb7d8b2d7a9d0ec61476e654528010b2b91 (patch) | |
tree | 1c25e9f2ad5e9a530d3e10f1b50962886d45bf50 /src/glx/glxclient.h | |
parent | 776a2a54473194e2f0926902276a1f880cded91f (diff) |
glx: Remove (unused, broken) fastImageUnpack fast path
Reviewed-by: Brian Paul <[email protected]>
Signed-off-by: Adam Jackson <[email protected]>
Diffstat (limited to 'src/glx/glxclient.h')
-rw-r--r-- | src/glx/glxclient.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index 2b6966f2e08..a443f780672 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -310,14 +310,6 @@ struct glx_context /*@} */ /** - * This is \c GL_TRUE if the pixel unpack modes are such that an image - * can be unpacked from the clients memory by just copying. It may - * still be true that the server will have to do some work. This - * just promises that a straight copy will fetch the correct bytes. - */ - GLboolean fastImageUnpack; - - /** * Fill newImage with the unpacked form of \c oldImage getting it * ready for transport to the server. */ |