Explorar o código

Removed obsolete documentation

Sam Lantinga hai 1 ano
pai
achega
3947356282
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      include/SDL3/SDL_main.h

+ 0 - 5
include/SDL3/SDL_main.h

@@ -327,11 +327,6 @@ extern SDLMAIN_DECLSPEC int SDLCALL SDL_AppIterate(void *appstate);
  * Events sent to this function are not owned by the app; if you need to save
  * the data, you should copy it.
  *
- * You do not need to free event data (such as the `file` string in
- * SDL_EVENT_DROP_FILE), as SDL will free it once this function returns. Note
- * that this is different than one might expect when using a standard "main"
- * function!
- *
  * This function should not go into an infinite mainloop; it should handle the
  * provided event appropriately and return.
  *