diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-12-22 13:39:15 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-12-22 20:08:30 +0000 |
| commit | e911c8630691ac4603662c410cf8048d12aea44a (patch) | |
| tree | 7c14d5c9bf59218a6b7b21f82791d598db1c90d8 /src/input_handler.cc | |
| parent | 7a7ad57871dc23882c482a52fbd258923b59cdf0 (diff) | |
Remove useless code
Diffstat (limited to 'src/input_handler.cc')
| -rw-r--r-- | src/input_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc index 975e457b..a57d65b1 100644 --- a/src/input_handler.cc +++ b/src/input_handler.cc @@ -52,7 +52,7 @@ static constexpr std::chrono::milliseconds fs_check_timeout{500}; class Normal : public InputMode { public: - Normal(InputHandler& input_handler, bool with_timers = true) + Normal(InputHandler& input_handler) : InputMode(input_handler), m_idle_timer{Clock::now() + idle_timeout, context().flags() & Context::Flags::Transient ? |
