Removed redundant thread-safety information

main
Sam Lantinga 2023-10-18 22:19:50 -07:00
parent a6edc75fe7
commit 1f8f82b379
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ extern DECLSPEC int SDLCALL SDL_ClearProperty(SDL_PropertiesID props, const char
* Destroy a set of properties
*
* All properties are deleted and their cleanup functions will be called, if
* any. The set of properties must be unlocked when it is destroyed.
* any.
*
* \param props the properties to destroy
*