From 0fddda6e5772ca4dc03c3891fe1f81208fc23306 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Thu, 18 Nov 2021 21:51:05 +0000 Subject: [PATCH] Sync wiki -> header --- include/SDL_rwops.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/SDL_rwops.h b/include/SDL_rwops.h index 5d6a9db19..0ccf0d5d1 100644 --- a/include/SDL_rwops.h +++ b/include/SDL_rwops.h @@ -542,9 +542,6 @@ extern DECLSPEC size_t SDLCALL SDL_RWwrite(SDL_RWops *context, * Note that if this fails to flush the stream to disk, this function reports * an error, but the SDL_RWops is still invalid once this function returns. * - * SDL_RWclose() is actually a macro that calls the SDL_RWops's `close` method - * appropriately, to simplify application development. - * * Prior to SDL 2.0.10, this function was a macro. * * \param context SDL_RWops structure to close