diff options
author | 2001-05-24 10:49:10 +0000 | |
---|---|---|
committer | 2001-05-24 10:49:10 +0000 | |
commit | 6a13ca81a252c1192a040960cda99cb751627f8d (patch) | |
tree | 9df14a4e9c1ae4c6642a742a9dedc0ea4842e640 | |
parent | No need for those extra maps now. (diff) | |
download | wireguard-openbsd-6a13ca81a252c1192a040960cda99cb751627f8d.tar.xz wireguard-openbsd-6a13ca81a252c1192a040960cda99cb751627f8d.zip |
No need for the extra prefixes here anymore.
-rw-r--r-- | usr.bin/mg/funmap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/mg/funmap.c b/usr.bin/mg/funmap.c index 9aad4d290d9..516a54b00e9 100644 --- a/usr.bin/mg/funmap.c +++ b/usr.bin/mg/funmap.c @@ -90,11 +90,6 @@ static struct funmap functnames[] = { #endif /* !NO_STARTUP */ {swapmark, "exchange-point-and-mark",}, {extend, "execute-extended-command",}, - {NULL, "extra prefix 1",}, - {NULL, "extra prefix 2",}, - {NULL, "extra prefix 3",}, - {NULL, "extra prefix 4",}, - {NULL, "extra prefix 5",}, {fillpara, "fill-paragraph",}, {filevisit, "find-file",}, {poptofile, "find-file-other-window",}, |