diff options
Diffstat (limited to 'src/nnn.h')
-rw-r--r-- | src/nnn.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |