From 411e47ba00f8a9433cc2e8942bb4ea56aa4be326 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 12 Sep 2025 20:10:35 -0400 Subject: [PATCH] docs: Remove a redundant comment. (The wiki will link to this symbol, we don't have to explicitly mention it.) --- include/SDL3/SDL_keyboard.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/SDL3/SDL_keyboard.h b/include/SDL3/SDL_keyboard.h index afa77b6c2c..eb984de585 100644 --- a/include/SDL3/SDL_keyboard.h +++ b/include/SDL3/SDL_keyboard.h @@ -174,8 +174,7 @@ extern SDL_DECLSPEC void SDLCALL SDL_ResetKeyboard(void); /** * Get the current key modifier state for the keyboard. * - * \returns an OR'd combination of the modifier keys for the keyboard. See - * SDL_Keymod for details. + * \returns an OR'd combination of the modifier keys for the keyboard. * * \threadsafety It is safe to call this function from any thread. *