Browse Source

WinRT: removed a completed TODO item from an inline comment

David Ludwig 10 years ago
parent
commit
506a1efc22
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/filesystem/winrt/SDL_sysfilesystem.cpp

+ 1 - 2
src/filesystem/winrt/SDL_sysfilesystem.cpp

@@ -20,8 +20,7 @@
 */
 #include "../../SDL_internal.h"
 
-/* TODO, WinRT: include copyright info in SDL_winrtpaths.cpp
-   TODO, WinRT: remove the need to compile this with C++/CX (/ZW) extensions, and if possible, without C++ at all
+/* TODO, WinRT: remove the need to compile this with C++/CX (/ZW) extensions, and if possible, without C++ at all
 */
 
 #ifdef __WINRT__