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:
Thomas Gellekum 2001-11-27 13:14:49 +00:00
parent 393daa317e
commit 566d333580

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