diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2017-11-19 21:36:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-19 21:36:00 +0100 |
| commit | 6ace4011e4fcc3f684ce0992137645f614cfdee9 (patch) | |
| tree | e61f80e760f8c38302339ca720c951a493d2af91 /platform/windows/context_gl_win.cpp | |
| parent | 39204630a7165ecda15228d7b5210e1634e6bcf9 (diff) | |
| parent | 9f134aa5d1b9e3714cd9a19948004204b7f41c68 (diff) | |
| download | redot-engine-6ace4011e4fcc3f684ce0992137645f614cfdee9.tar.gz | |
Merge pull request #13045 from akien-mga/gles2-cleanup
Cleanup old references to GLES2 renderer
Diffstat (limited to 'platform/windows/context_gl_win.cpp')
| -rw-r--r-- | platform/windows/context_gl_win.cpp | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/platform/windows/context_gl_win.cpp b/platform/windows/context_gl_win.cpp index 8571f0dc65..81aa18dd23 100644 --- a/platform/windows/context_gl_win.cpp +++ b/platform/windows/context_gl_win.cpp @@ -27,25 +27,12 @@ /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#if defined(OPENGL_ENABLED) || defined(GLES2_ENABLED) - -// -// C++ Implementation: context_gl_x11 -// -// Description: -// -// +#if defined(OPENGL_ENABLED) || defined(GLES_ENABLED) + // Author: Juan Linietsky <reduzio@gmail.com>, (C) 2008 -// -// Copyright: See COPYING file that comes with this distribution -// -// #include "context_gl_win.h" -//#include "drivers/opengl/glwrapper.h" -//#include "ctxgl_procaddr.h" - #define WGL_CONTEXT_MAJOR_VERSION_ARB 0x2091 #define WGL_CONTEXT_MINOR_VERSION_ARB 0x2092 #define WGL_CONTEXT_FLAGS_ARB 0x2094 |
