aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nnn.h b/src/nnn.h
index f53981f..55ceacf 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -112,9 +112,6 @@ enum action {
SEL_QUITCD,
SEL_QUIT,
SEL_QUITFAIL,
-#ifndef NOFIFO
- SEL_FIFO,
-#endif
#ifndef NOMOUSE
SEL_CLICK,
#endif
@@ -274,10 +271,6 @@ static struct key bindings[] = {
{ CONTROL('Q'), SEL_QUIT },
/* Quit with an error code */
{ 'Q', SEL_QUITFAIL },
-#ifndef NOFIFO
- /* Send hovered path to NNN_FIFO */
- { ESC, SEL_FIFO },
-#endif
#ifndef NOMOUSE
{ KEY_MOUSE, SEL_CLICK },
#endif