From 0f1079456d414ea1abf981d1ebde08e0bfc38850 Mon Sep 17 00:00:00 2001
From: Cameron Cawley <[EMAIL REDACTED]>
Date: Tue, 13 Jul 2021 23:07:54 +0100
Subject: [PATCH] Remove outdated comment about SDL_SoftStretch
---
include/SDL_surface.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/SDL_surface.h b/include/SDL_surface.h
index 2051aba577..b6acd477b0 100644
--- a/include/SDL_surface.h
+++ b/include/SDL_surface.h
@@ -806,8 +806,6 @@ extern DECLSPEC int SDLCALL SDL_LowerBlit
* Perform a fast, low quality, stretch blit between two surfaces of the
* same format.
*
- * **Warning**: This function uses a static buffer, and is not thread-safe.
- *
* Please use SDL_BlitScaled() instead.
*/
extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface * src,