Remove check for the DISPLAY environment variable. It's easier to use

the `-x' option to get an X window than to temporarily disable DISPLAY.

PR:		32180
This commit is contained in:
tg 2001-11-27 13:14:49 +00:00
parent 8ac43f5a67
commit 9135c64022

View File

@ -142,9 +142,6 @@ main(int argc, char **argv)
argc -= optind;
argv += optind;
if (getenv("DISPLAY") != NULL)
xmode = 1;
if (vflag && debugf == stderr) {
debugf = stdout;
setbuf (stdout, NULL);