Removed SDL_AssertionsInit(). It's a no-op, let's keep it that way. :)
This commit is contained in:
parent
2e821930a3
commit
8c143ffe40
3 changed files with 0 additions and 11 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue