WinRT: removed some debugging code I added in earlier

This commit is contained in:
David Ludwig
2012-10-27 21:26:01 -04:00
parent cde70a7630
commit 21de42bf8a

View File

@@ -57,12 +57,8 @@ void SDL_WinRTApp::Load(Platform::String^ entryPoint)
{
}
#include "SDL.h"
void SDL_WinRTApp::Run()
{
SDL_Init(0);
BasicTimer^ timer = ref new BasicTimer();
while (!m_windowClosed)