From b8abfeb7f36247980033330f279a2fee6fd2b018 Mon Sep 17 00:00:00 2001
From: Petar Popovic <[EMAIL REDACTED]>
Date: Sun, 20 Apr 2025 21:48:41 +0200
Subject: [PATCH] SDL_BlitSurface() comment: Remove sentence about final blit
rect being stored in srcrect and dstrect
(cherry picked from commit a696b108accc8cd5e107d0be1787fbf99cd873d0)
---
include/SDL3/SDL_surface.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/SDL3/SDL_surface.h b/include/SDL3/SDL_surface.h
index 7bff7cfb287e4..be842fe38d3ca 100644
--- a/include/SDL3/SDL_surface.h
+++ b/include/SDL3/SDL_surface.h
@@ -1135,9 +1135,6 @@ extern SDL_DECLSPEC bool SDLCALL SDL_FillSurfaceRects(SDL_Surface *dst, const SD
* If either `srcrect` or `dstrect` are NULL, the entire surface (`src` or
* `dst`) is copied while ensuring clipping to `dst->clip_rect`.
*
- * The final blit rectangles are saved in `srcrect` and `dstrect` after all
- * clipping is performed.
- *
* The blit function should not be called on a locked surface.
*
* The blit semantics for surfaces with and without blending and colorkey are