diff options
| author | Delapouite <delapouite@gmail.com> | 2018-01-18 09:57:14 +0100 |
|---|---|---|
| committer | Delapouite <delapouite@gmail.com> | 2018-02-12 14:19:58 +0100 |
| commit | 6b447a0ecb018256c574fc2a36be99698f603cc3 (patch) | |
| tree | 6561f4c13cc5f27ad31be9ab4353f44c0d70f018 /src/normal.cc | |
| parent | 9c25e955dfdddd0ee63c2edb56cde79b18452da8 (diff) | |
Add declare-user-mode / enter-user-mode commands
Diffstat (limited to 'src/normal.cc')
| -rw-r--r-- | src/normal.cc | 6 |
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) { |
