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