diff options
author | Adam Jackson <[email protected]> | 2019-08-14 12:51:13 -0400 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2019-08-20 14:05:03 -0400 |
commit | 74ca87e4bce2b5f06c017c5376178f3f2dfee90f (patch) | |
tree | da4b14c158817bac23b9da7cf0cf7a610309ae2f /src/glx | |
parent | 35fc7bdf0e6ad6547e39099e7060a3d89539b56d (diff) |
glx: Remove unused glx_config::pixmapMode
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/glxconfig.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glx/glxconfig.h b/src/glx/glxconfig.h index 2f1074ca5fa..10d7dbaa087 100644 --- a/src/glx/glxconfig.h +++ b/src/glx/glxconfig.h @@ -52,8 +52,6 @@ struct glx_config { GLint level; - GLint pixmapMode; - /* GLX */ GLint visualID; GLint visualType; /**< One of the GLX X visual types. (i.e., |