From 38be6aa249b34bec449762ad4c979f8b11214692 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 7 Aug 2013 12:17:33 -0700 Subject: [PATCH] Whoops, forgot to commit this piece. --- src/SDL.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/SDL.c b/src/SDL.c index ea5806de9..281710b45 100644 --- a/src/SDL.c +++ b/src/SDL.c @@ -349,9 +349,6 @@ SDL_Quit(void) #endif SDL_QuitSubSystem(SDL_INIT_EVERYTHING); - /* Uninstall any parachute signal handlers */ - SDL_UninstallParachute(); - SDL_ClearHints(); SDL_AssertionsQuit(); SDL_LogResetPriorities();