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:
Michael Reed
2015-05-30 01:06:19 -04:00
parent 7c2afbd9a6
commit b113754de8
3 changed files with 4 additions and 4 deletions

View File

@@ -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)