SDL: SDL_FlushEventMemory is not a public procedure.

From c132295ad72a21aab1902f6714eabb4a003cbaad Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Mon, 6 Nov 2023 17:40:56 +0300
Subject: [PATCH] SDL_FlushEventMemory is not a public procedure.

---
 include/SDL3/SDL_events.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/SDL3/SDL_events.h b/include/SDL3/SDL_events.h
index 00bc35ecff75..4c6b6efdc172 100644
--- a/include/SDL3/SDL_events.h
+++ b/include/SDL3/SDL_events.h
@@ -1134,8 +1134,6 @@ extern DECLSPEC Uint32 SDLCALL SDL_RegisterEvents(int numevents);
  *          SDL_GetError() for more information.
  *
  * \since This function is available since SDL 3.0.0.
- *
- * \sa SDL_FlushEventMemory
  */
 extern DECLSPEC void * SDLCALL SDL_AllocateEventMemory(size_t size);