wm: remove "no focus model available" warning

This message is diagnostic, but also occurs in legitimate situations
such as the wm in Sculpt's Leitzentrale where the focus is managed
completely outside the wm.
This commit is contained in:
Norman Feske 2019-02-24 18:19:40 +01:00 committed by Christian Helmuth
parent c51508a47c
commit ca51692164
1 changed files with 1 additions and 3 deletions

View File

@ -85,9 +85,7 @@ struct Wm::Main
focus_nitpicker_session.focus(session_cap);
}
} catch (...) {
Genode::warning("no focus model available");
}
} catch (...) { }
}
Genode::Signal_handler<Main> focus_handler = {