aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vis-menu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/vis-menu.c b/vis-menu.c
index 4082f17..65aeea1 100644
--- a/vis-menu.c
+++ b/vis-menu.c
@@ -340,10 +340,6 @@ run(void) {
if(c!='H') xread(0, &c, 1); /* Remove trailing '~' from stdin */
c=CONTROL('A');
goto switch_top;
- case '2': /* Insert */
- xread(0, &c, 1); /* Remove trailing '~' from stdin */
- c=CONTROL('Y');
- goto switch_top;
case '3': /* Delete */
xread(0, &c, 1); /* Remove trailing '~' from stdin */
c=CONTROL('D');