Don't clear the clipboard on quit

Fixes https://github.com/libsdl-org/SDL/issues/8830
This commit is contained in:
Sam Lantinga 2024-03-03 11:48:08 -08:00
parent 6e03914375
commit 5f37242607
1 changed files with 0 additions and 3 deletions

View File

@ -3788,9 +3788,6 @@ void SDL_VideoQuit(void)
return;
}
/* Make sure we don't try to serve clipboard data after this */
SDL_ClearClipboardData();
/* Halt event processing before doing anything else */
SDL_QuitTouch();
SDL_QuitMouse();