From 506a1efc220c044c359fb73f9f76b35f9e02ff62 Mon Sep 17 00:00:00 2001 From: David Ludwig Date: Thu, 27 Nov 2014 08:50:11 -0500 Subject: [PATCH] WinRT: removed a completed TODO item from an inline comment --- src/filesystem/winrt/SDL_sysfilesystem.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/filesystem/winrt/SDL_sysfilesystem.cpp b/src/filesystem/winrt/SDL_sysfilesystem.cpp index 2595c00b194e3..d38c0b619ba0d 100644 --- a/src/filesystem/winrt/SDL_sysfilesystem.cpp +++ b/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__