From 3ac28bae6ab3639ec2b2dd733507850fde81095b Mon Sep 17 00:00:00 2001 From: Eduard Gushchin <44260780+edwardgushchin@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:03:00 +0300 Subject: [PATCH] Removed references to non-existent method SDL_GetAsyncIOTaskResult --- include/SDL3/SDL_asyncio.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/SDL3/SDL_asyncio.h b/include/SDL3/SDL_asyncio.h index aa704f30c3..3c983913df 100644 --- a/include/SDL3/SDL_asyncio.h +++ b/include/SDL3/SDL_asyncio.h @@ -273,7 +273,6 @@ extern SDL_DECLSPEC Sint64 SDLCALL SDL_GetAsyncIOSize(SDL_AsyncIO *asyncio); * * \sa SDL_WriteAsyncIO * \sa SDL_CreateAsyncIOQueue - * \sa SDL_GetAsyncIOTaskResult */ extern SDL_DECLSPEC bool SDLCALL SDL_ReadAsyncIO(SDL_AsyncIO *asyncio, void *ptr, Uint64 offset, Uint64 size, SDL_AsyncIOQueue *queue, void *userdata); @@ -311,7 +310,6 @@ extern SDL_DECLSPEC bool SDLCALL SDL_ReadAsyncIO(SDL_AsyncIO *asyncio, void *ptr * * \sa SDL_ReadAsyncIO * \sa SDL_CreateAsyncIOQueue - * \sa SDL_GetAsyncIOTaskResult */ extern SDL_DECLSPEC bool SDLCALL SDL_WriteAsyncIO(SDL_AsyncIO *asyncio, void *ptr, Uint64 offset, Uint64 size, SDL_AsyncIOQueue *queue, void *userdata);