Commit 30700864315d15b7f73117918b9555f72539a249

David Ludwig 2013-08-27T12:16:42

WinRT: took out a deprecated TODO-comment

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/video/winrt/SDL_winrtvideo.cpp b/src/video/winrt/SDL_winrtvideo.cpp
index b2534c6..4fce058 100644
--- a/src/video/winrt/SDL_winrtvideo.cpp
+++ b/src/video/winrt/SDL_winrtvideo.cpp
@@ -139,8 +139,6 @@ VideoBootStrap WINRT_bootstrap = {
 int
 WINRT_VideoInit(_THIS)
 {
-    // TODO, WinRT: consider adding a hack to wait (here) for the app's orientation to finish getting set (before the initial display mode is set up)
-
     if (WINRT_InitModes(_this) < 0) {
         return -1;
     }