SDL_image: include: don't list external functions in "\sa" items.

From 2817f3da5269078b7af8ba7415d70fe29ba63e10 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Tue, 28 Feb 2023 13:02:30 -0500
Subject: [PATCH] include: don't list external functions in "\sa" items.

---
 include/SDL3/SDL_image.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/SDL3/SDL_image.h b/include/SDL3/SDL_image.h
index b72626f7..02b72284 100644
--- a/include/SDL3/SDL_image.h
+++ b/include/SDL3/SDL_image.h
@@ -380,7 +380,6 @@ extern DECLSPEC SDL_Surface * SDLCALL IMG_Load_RW(SDL_RWops *src, int freesrc);
  *
  * \sa IMG_LoadTextureTyped_RW
  * \sa IMG_LoadTexture_RW
- * \sa [SDL_DestroyTexture](https://wiki.libsdl.org/SDL_DestroyTexture)
  */
 extern DECLSPEC SDL_Texture * SDLCALL IMG_LoadTexture(SDL_Renderer *renderer, const char *file);