From b0827a48ab553f6a22514fdf0dcaabb9f6afb621 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 24 Aug 2026 04:38:07 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_surface.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/SDL3/SDL_surface.h b/include/SDL3/SDL_surface.h index 2b0c278c24..537e4c8d75 100644 --- a/include/SDL3/SDL_surface.h +++ b/include/SDL3/SDL_surface.h @@ -185,8 +185,6 @@ extern SDL_DECLSPEC SDL_Surface * SDLCALL SDL_CreateSurface(int width, int heigh * You may pass NULL for pixels and 0 for pitch to create a surface that you * will fill in with valid values later. * - * sdfsdfsdfsdf - * * \param width the width of the surface. * \param height the height of the surface. * \param format the SDL_PixelFormat for the new surface's pixel format.