From 74ca87e4bce2b5f06c017c5376178f3f2dfee90f Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 14 Aug 2019 12:51:13 -0400 Subject: [PATCH] glx: Remove unused glx_config::pixmapMode Reviewed-by: Eric Engestrom --- src/glx/glxconfig.h | 2 -- 1 file changed, 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., -- 2.30.2