Removed SDL_EVENT_CLIPBOARD_CANCELLED in favor of the cleanup callback

This commit is contained in:
Sam Lantinga
2023-07-04 12:03:35 -07:00
parent 443868143c
commit c980ce2120
6 changed files with 2 additions and 32 deletions

View File

@@ -1757,9 +1757,6 @@ static void SDLTest_PrintEvent(SDL_Event *event)
case SDL_EVENT_CLIPBOARD_UPDATE:
SDL_Log("SDL EVENT: Clipboard updated");
break;
case SDL_EVENT_CLIPBOARD_CANCELLED:
SDL_Log("SDL EVENT: Clipboard ownership canceled");
break;
case SDL_EVENT_FINGER_MOTION:
SDL_Log("SDL EVENT: Finger: motion touch=%ld, finger=%ld, x=%f, y=%f, dx=%f, dy=%f, pressure=%f",