SDL: Update SDL_keycode.h

From 92667e3066b30ef911af5919c5ff4fead380d066 Mon Sep 17 00:00:00 2001
From: Eduard Gushchin <[EMAIL REDACTED]>
Date: Thu, 25 Jul 2024 23:47:50 +0300
Subject: [PATCH] Update SDL_keycode.h

Removed the link referring to yourself
---
 include/SDL3/SDL_keycode.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/SDL3/SDL_keycode.h b/include/SDL3/SDL_keycode.h
index d8b2004d1b9fb..2d03a3d689631 100644
--- a/include/SDL3/SDL_keycode.h
+++ b/include/SDL3/SDL_keycode.h
@@ -43,8 +43,6 @@
  * to SDLK_0...SDLK_9 on AZERTY layouts.
  *
  * \since This datatype is available since SDL 3.0.0.
- *
- * \sa SDL_KeyCode
  */
 typedef Uint32 SDL_Keycode;