From b0a6afaa3546b2798e22e79b008bc279c81dac41 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 20 Jul 2024 20:12:55 -0700 Subject: [PATCH] Updated documentation for SDL_GetPreferredLocales() --- include/SDL3/SDL_locale.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/SDL3/SDL_locale.h b/include/SDL3/SDL_locale.h index eaf27ffd12..84281e9235 100644 --- a/include/SDL3/SDL_locale.h +++ b/include/SDL3/SDL_locale.h @@ -60,11 +60,6 @@ typedef struct SDL_Locale /** * Report the user's preferred locale. * - * This returns an array of SDL_Locale structs, the final item zeroed out. - * When the caller is done with this array, it should call SDL_free() on the - * returned value; all the memory involved is allocated in a single block, so - * a single SDL_free() will suffice. - * * Returned language strings are in the format xx, where 'xx' is an ISO-639 * language specifier (such as "en" for English, "de" for German, etc). * Country strings are in the format YY, where "YY" is an ISO-3166 country