Removed useless forward declaration

This commit is contained in:
Sam Lantinga 2021-07-31 12:44:11 -07:00
parent 1a9253f752
commit deed21a83d

View File

@ -15,9 +15,6 @@ main(int argc, char *argv[])
} }
#else #else
/* Nothing to do on this platform */ /* Nothing to do on this platform */
int
SDL_main_stub_symbol(void);
int int
SDL_main_stub_symbol(void) SDL_main_stub_symbol(void)
{ {