mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-27 12:16:22 +03:00
Remove useless code
This commit is contained in:
parent
7a7ad57871
commit
e911c86306
@ -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 ?
|
||||
|
Loading…
Reference in New Issue
Block a user