Browse Source

WinRT: took out a deprecated TODO-comment

David Ludwig 12 years ago
parent
commit
3070086431
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/video/winrt/SDL_winrtvideo.cpp

+ 0 - 2
src/video/winrt/SDL_winrtvideo.cpp

@@ -139,8 +139,6 @@ VideoBootStrap WINRT_bootstrap = {
 int
 int
 WINRT_VideoInit(_THIS)
 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) {
     if (WINRT_InitModes(_this) < 0) {
         return -1;
         return -1;
     }
     }