Removed SDL_AssertionsInit(). It's a no-op, let's keep it that way. :)

This commit is contained in:
Ryan C. Gordon 2013-08-07 11:00:44 -07:00
parent 2e821930a3
commit 8c143ffe40
3 changed files with 0 additions and 11 deletions

View file

@ -325,12 +325,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();