Explorar o código

Removed redundant thread-safety information

Sam Lantinga %!s(int64=2) %!d(string=hai) anos
pai
achega
1f8f82b379
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/SDL3/SDL_properties.h

+ 1 - 1
include/SDL3/SDL_properties.h

@@ -151,7 +151,7 @@ extern DECLSPEC int SDLCALL SDL_ClearProperty(SDL_PropertiesID props, const char
  * Destroy a set of properties
  * Destroy a set of properties
  *
  *
  * All properties are deleted and their cleanup functions will be called, if
  * 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
  * \param props the properties to destroy
  *
  *