Removed useless forward declaration

main
Sam Lantinga 2021-07-31 12:44:11 -07:00
parent 1a9253f752
commit deed21a83d
1 changed files with 0 additions and 3 deletions

View File

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