Minor cleanup

This commit is contained in:
Maxime Coste 2015-03-12 20:40:00 +00:00
parent b4f6b50dbb
commit 1a7d50b347

View File

@ -1045,9 +1045,7 @@ void InputMode::reset_normal_mode()
InputHandler::InputHandler(SelectionList selections, Context::Flags flags, String name)
: m_context(*this, std::move(selections), flags, std::move(name)),
m_mode(new InputModes::Normal(*this))
{
}
{}
InputHandler::~InputHandler()
{}