mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 14:18:36 +02:00
main: don't unredirect /dev/console from on_show_splash
The code that's there, doesn't make much sense, so this commit removes it.
This commit is contained in:
parent
68fd7da44c
commit
7bdd4fc0e1
1 changed files with 0 additions and 6 deletions
|
|
@ -949,12 +949,6 @@ on_show_splash (state_t *state)
|
|||
if (!state->is_attached && state->should_be_attached && has_display)
|
||||
attach_to_running_session (state);
|
||||
|
||||
if (!has_display)
|
||||
{
|
||||
ply_trace ("no open seats");
|
||||
detach_from_running_session (state);
|
||||
}
|
||||
|
||||
if (plymouth_should_show_default_splash (state))
|
||||
{
|
||||
show_default_splash (state);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue