From 31c2bcad7e440fbba547c8557b29c34871b53648 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Wed, 6 Jan 2021 13:56:48 +0200 Subject: [PATCH] loader: remove left over call to unsetenv() We do not touch kern.vt.fb.default_mode. --- stand/i386/libi386/vidconsole.c | 1 - 1 file changed, 1 deletion(-) diff --git a/stand/i386/libi386/vidconsole.c b/stand/i386/libi386/vidconsole.c index 3eff40588dfc..a965c1d2e4f2 100644 --- a/stand/i386/libi386/vidconsole.c +++ b/stand/i386/libi386/vidconsole.c @@ -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(); }