Browse Source

Removed useless forward declaration

Sam Lantinga 3 years ago
parent
commit
deed21a83d
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/main/dummy/SDL_dummy_main.c

+ 0 - 3
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)
 {