Commit 0dfde14d35ca75d9ed67a59ccfde0bbbb6fe4310

David Ludwig 2013-12-26T14:13:20

WinRT: took out some dead comments from SDL_winrtopengles.cpp

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/src/video/winrt/SDL_winrtopengles.cpp b/src/video/winrt/SDL_winrtopengles.cpp
index bbb73d7..f6cdeae 100644
--- a/src/video/winrt/SDL_winrtopengles.cpp
+++ b/src/video/winrt/SDL_winrtopengles.cpp
@@ -26,11 +26,6 @@
 
 /* EGL implementation of SDL OpenGL support */
 
-// TODO, WinRT: Try to include these here, or via something else (rather than redefining key parts of them)
-//#include <GLES2/gl2.h>
-//#include <EGL/egl.h>
-//#include <EGL/eglext.h>
-
 #include "SDL_winrtvideo_cpp.h"
 extern "C" {
 #include "SDL_winrtopengles.h"