Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
WinRT: removed some debugging code I added in earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLudwig committed Oct 28, 2012
1 parent b24da31 commit 4f4e89c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/video/windowsrt/SDL_WinRTApp.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 4f4e89c

Please sign in to comment.