Commit deed21a83d9ce798e681f770c9fc90199f244a21

Sam Lantinga 2021-07-31T12:44:11

Removed useless forward declaration

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/src/main/dummy/SDL_dummy_main.c b/src/main/dummy/SDL_dummy_main.c
index 0174136..b78d8db 100644
--- a/src/main/dummy/SDL_dummy_main.c
+++ b/src/main/dummy/SDL_dummy_main.c
@@ -16,9 +16,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)
 {
     return 0;