From: David Hill Date: Mon, 16 Jul 2012 00:57:09 +0000 (-0400) Subject: remove unneeded warnings X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=8e474d18ca20cb2670007712fcc788caca03b7b7;p=spectrwm.git remove unneeded warnings --- diff --git a/spectrwm.c b/spectrwm.c index 6c724e7..b4191f7 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -7625,13 +7625,9 @@ main(int argc, char *argv[]) start_argv = argv; warnx("Welcome to spectrwm V%s Build: %s", SPECTRWM_VERSION, buildstr); - if (!setlocale(LC_CTYPE, "") || !setlocale(LC_TIME, "") || - !XSupportsLocale()) + if (!setlocale(LC_CTYPE, "") || !setlocale(LC_TIME, "")) warnx("no locale support"); - if (!X_HAVE_UTF8_STRING) - warnx("no UTF-8 support"); - /* handle some signals */ bzero(&sact, sizeof(sact)); sigemptyset(&sact.sa_mask);