aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nnn.c b/src/nnn.c
index a1837fc..85004e1 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -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) {