summaryrefslogtreecommitdiff
path: root/src/normal.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2018-02-18 20:20:35 +1100
committerMaxime Coste <mawww@kakoune.org>2018-02-18 20:20:35 +1100
commitf88195d2d91c19a32d54588476950c263ab415dc (patch)
treef28c87fc4c674608cc316ce1219c07470df2d1f8 /src/normal.cc
parent4f75358ce315ba9658f29bce581b8dc7dbdc4a06 (diff)
parent6b447a0ecb018256c574fc2a36be99698f603cc3 (diff)
Merge remote-tracking branch 'Delapouite/user-mode'
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 1b83ec8b..16270c18 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)
{