diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2017-10-13 00:18:04 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-10-13 00:18:04 +0200 |
| commit | 79e247d74e775c2fe75d1dd499240e8782f0f44b (patch) | |
| tree | 2843471c965757ea2fa4be7b3db79e1b1d445038 /platform/x11/context_gl_x11.cpp | |
| parent | f956f2979eb6603724236c228be4fff913f2d26e (diff) | |
| download | redot-engine-79e247d74e775c2fe75d1dd499240e8782f0f44b.tar.gz | |
Drop unusued LEGACYGL_ENABLED check
[ci skip]
Diffstat (limited to 'platform/x11/context_gl_x11.cpp')
| -rw-r--r-- | platform/x11/context_gl_x11.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/x11/context_gl_x11.cpp b/platform/x11/context_gl_x11.cpp index 0cc9734119..4f9d4a84b9 100644 --- a/platform/x11/context_gl_x11.cpp +++ b/platform/x11/context_gl_x11.cpp @@ -30,7 +30,7 @@ #include "context_gl_x11.h" #ifdef X11_ENABLED -#if defined(OPENGL_ENABLED) || defined(LEGACYGL_ENABLED) +#if defined(OPENGL_ENABLED) #include <stdio.h> #include <stdlib.h> #include <unistd.h> |
