mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
loader: remove left over call to unsetenv()
We do not touch kern.vt.fb.default_mode.
This commit is contained in:
parent
ae994fdc5b
commit
31c2bcad7e
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue