main: drop check_for_consoles call at startup

It was only used to make kernel_console_tty get set,
which we no longer have.
This commit is contained in:
Ray Strode 2013-11-27 00:26:45 -05:00
parent 6b2b068e04
commit 43583e44dc

View file

@ -2265,8 +2265,6 @@ initialize_environment (state_t *state)
state->messages = ply_list_new ();
state->keyboard = NULL;
check_for_consoles (state);
redirect_standard_io_to_dev_null ();
ply_trace ("Making sure " PLYMOUTH_RUNTIME_DIR " exists");