diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-08-13 10:52:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 10:52:38 +0200 |
commit | 0d815ed15748fb5c1d400272dd44e653803d9c5e (patch) | |
tree | bb1c54ede9da62321e72b8d8dbf7315bcf7fe37b /platform/linuxbsd/platform_config.h | |
parent | bf291b62e2241e752948f3c5f3073a2898fcfb63 (diff) | |
parent | 33b2070d2e6931566e05bc5daab320493aba3a48 (diff) | |
download | redot-engine-0d815ed15748fb5c1d400272dd44e653803d9c5e.tar.gz |
Merge pull request #41219 from akien-mga/gles2-takes-holidays
Remove obsolete GLES2 backend code
Diffstat (limited to 'platform/linuxbsd/platform_config.h')
-rw-r--r-- | platform/linuxbsd/platform_config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/linuxbsd/platform_config.h b/platform/linuxbsd/platform_config.h index ac30519132..764666681f 100644 --- a/platform/linuxbsd/platform_config.h +++ b/platform/linuxbsd/platform_config.h @@ -35,5 +35,3 @@ #include <stdlib.h> #define PTHREAD_BSD_SET_NAME #endif - -#define GLES2_INCLUDE_H "thirdparty/glad/glad/glad.h" |