diff --git a/src/SDL_fatal.c b/src/SDL_fatal.c index a1714eaf0..f6eae2d1b 100644 --- a/src/SDL_fatal.c +++ b/src/SDL_fatal.c @@ -118,9 +118,6 @@ static int SDL_fatal_signals[] = { #endif #ifdef SIGQUIT SIGQUIT, -#endif -#ifdef SIGPIPE - SIGPIPE, #endif 0 };