aboutsummaryrefslogtreecommitdiff
path: root/include/mgl/mgl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mgl/mgl.h')
-rw-r--r--include/mgl/mgl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mgl/mgl.h b/include/mgl/mgl.h
index 15020e9..8e5e2a4 100644
--- a/include/mgl/mgl.h
+++ b/include/mgl/mgl.h
@@ -9,7 +9,6 @@ typedef struct mgl_context mgl_context;
struct mgl_context {
mgl_connection connection;
- GLXContext glx_context;
_XVisualInfo *visual_info;
mgl_gl gl;
};