From deed21a83d9ce798e681f770c9fc90199f244a21 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 31 Jul 2021 12:44:11 -0700 Subject: [PATCH] Removed useless forward declaration --- src/main/dummy/SDL_dummy_main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/dummy/SDL_dummy_main.c b/src/main/dummy/SDL_dummy_main.c index 0174136b2..b78d8db14 100644 --- a/src/main/dummy/SDL_dummy_main.c +++ b/src/main/dummy/SDL_dummy_main.c @@ -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) {