Browse Source

Don't clear the clipboard on quit

Fixes https://github.com/libsdl-org/SDL/issues/8830
Sam Lantinga 1 year ago
parent
commit
5f37242607
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/video/SDL_video.c

+ 0 - 3
src/video/SDL_video.c

@@ -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();