From e163d21f2324a36a34db7314c61a3000e7111b6b Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sat, 10 Oct 2015 22:15:38 +0200 Subject: [PATCH] Remove stale remark --- include/GLFW/glfw3.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index f14900fa..66232096 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -1067,12 +1067,6 @@ typedef struct GLFWimage * bundle, if present. This can be disabled with a * [compile-time option](@ref compile_options_osx). * - * @remarks __X11:__ If the `LC_CTYPE` category of the current locale is set to - * `"C"` then the environment's locale will be applied to that category. This - * is done because character input will not function when `LC_CTYPE` is set to - * `"C"`. If another locale was set before this function was called, it will - * be left untouched. - * * @par Thread Safety * This function may only be called from the main thread. *