From 7bdd4fc0e132792e446d431cc111e95e7d3448e9 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Tue, 3 Dec 2013 16:51:38 -0500 Subject: [PATCH] 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. --- src/main.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main.c b/src/main.c index 283833cd..fb0b90e0 100644 --- a/src/main.c +++ b/src/main.c @@ -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);