summaryrefslogtreecommitdiff
path: root/src/normal.cc
diff options
context:
space:
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 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)
{