diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-02-13 11:24:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 11:24:15 +0100 |
commit | 2f6ca917f75ca6bfbe28f4749825fdabde1d0531 (patch) | |
tree | a263613010c3e303d4ec8a3a45bd98a19f5f42c3 /platform/x11/context_gl_x11.h | |
parent | f505aae1d820f0d083ca0fdaa6fa2da7a3988db1 (diff) | |
parent | 386968ea97d4ceeb004cc05a7aa740aa7abe6ca9 (diff) |
Merge pull request #36174 from akien-mga/byebye-openghell-3
Remove obsolete GLES3 backend
Diffstat (limited to 'platform/x11/context_gl_x11.h')
-rw-r--r-- | platform/x11/context_gl_x11.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/x11/context_gl_x11.h b/platform/x11/context_gl_x11.h index 5e5ccc5c86..2c0643c95a 100644 --- a/platform/x11/context_gl_x11.h +++ b/platform/x11/context_gl_x11.h @@ -45,15 +45,12 @@ class ContextGL_X11 { public: enum ContextType { - OLDSTYLE, GLES_2_0_COMPATIBLE, - GLES_3_0_COMPATIBLE }; private: ContextGL_X11_Private *p; OS::VideoMode default_video_mode; - //::Colormap x11_colormap; ::Display *x11_display; ::Window &x11_window; bool double_buffer; |