diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-03-12 20:40:00 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-03-12 20:40:00 +0000 |
| commit | 1a7d50b3473411d9e41658bbbbf255465039cfc2 (patch) | |
| tree | c3ab7b5e1fd2f8eb878317a80d8ee0b0b4ff7e81 /src/input_handler.cc | |
| parent | b4f6b50dbb06202deb906cd0c34fca00f46c219e (diff) | |
Minor cleanup
Diffstat (limited to 'src/input_handler.cc')
| -rw-r--r-- | src/input_handler.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc index 1e6d0cad..10c830ca 100644 --- a/src/input_handler.cc +++ b/src/input_handler.cc @@ -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() {} |
