loader: remove left over call to unsetenv()

We do not touch kern.vt.fb.default_mode.
This commit is contained in:
Toomas Soome 2021-01-06 13:56:48 +02:00
parent ae994fdc5b
commit 31c2bcad7e

View File

@ -912,7 +912,6 @@ cons_update_mode(bool use_gfx_mode)
unsetenv("screen.height");
unsetenv("screen.width");
unsetenv("screen.depth");
unsetenv("kern.vt.fb.default_mode");
vidc_install_font();
}