From 0dfde14d35ca75d9ed67a59ccfde0bbbb6fe4310 Mon Sep 17 00:00:00 2001 From: David Ludwig Date: Thu, 26 Dec 2013 14:13:20 -0500 Subject: [PATCH] WinRT: took out some dead comments from SDL_winrtopengles.cpp --- src/video/winrt/SDL_winrtopengles.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/video/winrt/SDL_winrtopengles.cpp b/src/video/winrt/SDL_winrtopengles.cpp index bbb73d7e0..f6cdeaec6 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 -//#include -//#include - #include "SDL_winrtvideo_cpp.h" extern "C" { #include "SDL_winrtopengles.h"