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/windows | |
parent | bf291b62e2241e752948f3c5f3073a2898fcfb63 (diff) | |
parent | 33b2070d2e6931566e05bc5daab320493aba3a48 (diff) |
Merge pull request #41219 from akien-mga/gles2-takes-holidays
Remove obsolete GLES2 backend code
Diffstat (limited to 'platform/windows')
-rw-r--r-- | platform/windows/platform_config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/windows/platform_config.h b/platform/windows/platform_config.h index 290decac5f..09a16614e0 100644 --- a/platform/windows/platform_config.h +++ b/platform/windows/platform_config.h @@ -29,5 +29,3 @@ /*************************************************************************/ #include <malloc.h> - -#define GLES2_INCLUDE_H "thirdparty/glad/glad/glad.h" |