mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-23 07:15:52 +03:00
Minor cleanup
This commit is contained in:
parent
b4f6b50dbb
commit
1a7d50b347
@ -1045,9 +1045,7 @@ void InputMode::reset_normal_mode()
|
|||||||
InputHandler::InputHandler(SelectionList selections, Context::Flags flags, String name)
|
InputHandler::InputHandler(SelectionList selections, Context::Flags flags, String name)
|
||||||
: m_context(*this, std::move(selections), flags, std::move(name)),
|
: m_context(*this, std::move(selections), flags, std::move(name)),
|
||||||
m_mode(new InputModes::Normal(*this))
|
m_mode(new InputModes::Normal(*this))
|
||||||
|
{}
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
InputHandler::~InputHandler()
|
InputHandler::~InputHandler()
|
||||||
{}
|
{}
|
||||||
|
Loading…
Reference in New Issue
Block a user