diff options
Diffstat (limited to 'src/keymap_manager.hh')
| -rw-r--r-- | src/keymap_manager.hh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/keymap_manager.hh b/src/keymap_manager.hh index 489ad301..6521f69c 100644 --- a/src/keymap_manager.hh +++ b/src/keymap_manager.hh @@ -34,7 +34,7 @@ private: KeymapManager() : m_parent(nullptr) {} // the only one allowed to construct a root map manager - friend class GlobalKeymaps; + friend class Scope; KeymapManager* m_parent; @@ -43,11 +43,6 @@ private: Keymap m_mapping; }; -class GlobalKeymaps : public KeymapManager, - public Singleton<GlobalKeymaps> -{ -}; - } #endif // keymap_manager_hh_INCLUDED |
