summaryrefslogtreecommitdiff
path: root/src/normal.cc
diff options
context:
space:
mode:
authorDelapouite <delapouite@gmail.com>2018-01-18 09:57:14 +0100
committerDelapouite <delapouite@gmail.com>2018-02-12 14:19:58 +0100
commit6b447a0ecb018256c574fc2a36be99698f603cc3 (patch)
tree6561f4c13cc5f27ad31be9ab4353f44c0d70f018 /src/normal.cc
parent9c25e955dfdddd0ee63c2edb56cde79b18452da8 (diff)
Add declare-user-mode / enter-user-mode commands
Diffstat (limited to 'src/normal.cc')
-rw-r--r--src/normal.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/normal.cc b/src/normal.cc
index d890ab7d..f46f529f 100644
--- a/src/normal.cc
+++ b/src/normal.cc
@@ -127,12 +127,6 @@ void repeat_last_select(Context& context, NormalParams)
context.repeat_last_select();
}
-struct KeyInfo
-{
- ConstArrayView<Key> keys;
- StringView docstring;
-};
-
String build_autoinfo_for_mapping(Context& context, KeymapMode mode,
ConstArrayView<KeyInfo> built_ins)
{