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) {