Remove weak check for CLI detection

This commit is contained in:
Arun Prakash Jana 2019-10-03 18:14:51 +05:30
parent add2db80f2
commit 3489c87b98
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 0 additions and 5 deletions

View File

@ -3390,11 +3390,6 @@ static void browse(char *ipath)
if (!pnamebuf)
errexit();
#ifdef __linux__
if (!getenv("DISPLAY"))
opener_flags = F_CLI;
#endif
begin:
#ifdef LINUX_INOTIFY
if ((presel == FILTER || dir_changed) && inotify_wd >= 0) {