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:
parent
393daa317e
commit
566d333580
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user