aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nnn.h b/src/nnn.h
index 9732ad9..8dbf734 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -64,8 +64,6 @@ enum action {
SEL_TOGGLEDOT,
SEL_DETAIL,
SEL_STATS,
- SEL_MEDIA,
- SEL_FMEDIA,
SEL_ARCHIVE,
SEL_ARCHIVELS,
SEL_EXTRACT,
@@ -178,10 +176,6 @@ static struct key bindings[] = {
{ 'd', SEL_DETAIL },
/* File details */
{ 'D', SEL_STATS },
- /* Show media info short, run is hacked */
- { 'm', SEL_MEDIA },
- /* Show media info full, run is hacked */
- { 'M', SEL_FMEDIA },
/* Create archive */
{ 'f', SEL_ARCHIVE },
/* List archive */