mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-09 04:48:08 +02:00
[main] do not set state->keyboard twice
state->keyboard is set already in set_keyboard, there is no need to do the work twice.
This commit is contained in:
parent
d737df27ba
commit
979aeacb4a
1 changed files with 0 additions and 1 deletions
|
|
@ -1290,7 +1290,6 @@ add_display_and_keyboard_for_terminal (state_t *state,
|
|||
display = ply_text_display_new (state->terminal);
|
||||
|
||||
ply_list_append_data (state->text_displays, display);
|
||||
state->keyboard = keyboard;
|
||||
set_keyboard (state, keyboard);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue