From f222bf1f041da4fb4ce5d51eac3d09699251c036 Mon Sep 17 00:00:00 2001 From: Daniel Hammer Date: Fri, 31 Jul 2026 18:56:27 +0200 Subject: [PATCH] cleanup: remove "MODESETTING SAFETY" section in Display app --- programs/src/display/main.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/programs/src/display/main.cpp b/programs/src/display/main.cpp index 8907256..4f35f05 100644 --- a/programs/src/display/main.cpp +++ b/programs/src/display/main.cpp @@ -425,16 +425,6 @@ static void draw_graphics_tab(Canvas& c, const mtk::Theme& theme) { ? "Applied when the next desktop session starts." : "Unavailable on this boot; the software copy path is active.", flipAvailable ? theme.text_subtle : theme.text_muted); - - int safetySeparator = option.y + option.h + system_font_height() + 18; - mtk::draw_separator(c, PAD, safetySeparator, g_win.width - PAD * 2, theme); - c.text(PAD, safetySeparator + 16, "MODESETTING SAFETY", theme.text_muted); - c.text(PAD, safetySeparator + 16 + system_font_height() + 8, - "The driver keeps the firmware-trained display link and only exposes modes", - theme.text_subtle); - c.text(PAD, safetySeparator + 16 + system_font_height() * 2 + 10, - "that can be changed without unsafe PLL or DisplayPort retraining.", - theme.text_subtle); } static void draw_footer(Canvas& c, const mtk::Theme& theme) {