WinRT: merged with SDL 2.0.0 codebase (aka. SDL hg rev d6a8fa507a45)

--HG--
rename : README.iOS => README-ios.txt
This commit is contained in:
David Ludwig 2013-08-12 22:29:55 -04:00
commit 88461d442a
768 changed files with 31941 additions and 111045 deletions

View file

@ -327,12 +327,6 @@ SDL_ReportAssertion(SDL_assert_data *data, const char *func, const char *file,
}
int SDL_AssertionsInit(void)
{
/* this is a no-op at the moment. */
return 0;
}
void SDL_AssertionsQuit(void)
{
SDL_GenerateAssertionReport();