sdl2-compat: Removed setting hint to the default value

From aa4899c92e774c24f8886260567df51c415b236e Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 5 Aug 2024 10:47:57 -0700
Subject: [PATCH] Removed setting hint to the default value

---
 src/sdl2_compat.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/sdl2_compat.c b/src/sdl2_compat.c
index bdbd68e..21bf8f5 100644
--- a/src/sdl2_compat.c
+++ b/src/sdl2_compat.c
@@ -836,7 +836,6 @@ SDL2Compat_InitOnStartup(void)
     SDL3_SetHint("SDL_WINDOWS_DPI_AWARENESS", "unaware");
     SDL3_SetHint("SDL_BORDERLESS_WINDOWED_STYLE", "0");
     SDL3_SetHint("SDL_VIDEO_SYNC_WINDOW_OPERATIONS", "1");
-    SDL3_SetHint(SDL_HINT_WINDOWS_RAW_KEYBOARD, "0");
 
     SDL3_SetLogPriorityPrefix(SDL_LOG_PRIORITY_VERBOSE, "VERBOSE: ");
     SDL3_SetLogPriorityPrefix(SDL_LOG_PRIORITY_DEBUG, "DEBUG: ");