mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
Passing by: Remove X_LOCALE refs
We don't link to any X11 libs, so this is most likely unneeded.
This commit is contained in:
@@ -2987,7 +2987,7 @@ void ex_checktime(exarg_T *eap)
|
||||
no_check_timestamps = save_no_check_timestamps;
|
||||
}
|
||||
|
||||
#if defined(HAVE_LOCALE_H) || defined(X_LOCALE)
|
||||
#if defined(HAVE_LOCALE_H)
|
||||
# define HAVE_GET_LOCALE_VAL
|
||||
|
||||
static char *get_locale_val(int what)
|
||||
|
Reference in New Issue
Block a user