X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.c;h=3d993c55c2d67e10ac6ffdfa2f837d2f24828dee;hp=fce0a2555e06ed5071a0d54a12cff2c8b3eed4ad;hb=b48fa3f101d2805882ab6a2a095e541b0cfe83f6;hpb=051a404b66dfa4f87f98411da61320a93a146ec8 diff --git a/dwm.c b/dwm.c index fce0a25..3d993c5 100644 --- a/dwm.c +++ b/dwm.c @@ -24,7 +24,6 @@ * To understand everything else, start reading main(). */ #include -#include #include #include #include @@ -1705,7 +1704,7 @@ main(int argc, char *argv[]) { else if(argc != 1) die("usage: dwm [-v]\n"); - if(!setlocale(LC_CTYPE, "") || !XSupportsLocale()) + if(!XSupportsLocale()) fprintf(stderr, "warning: no locale support\n"); if(!(dpy = XOpenDisplay(0)))