Sync wiki -> header

main
SDL Wiki Bot 2021-11-18 21:51:05 +00:00
parent e526830996
commit 0fddda6e57
1 changed files with 0 additions and 3 deletions

View File

@ -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