From 319428c7c678fa052b740ecb1406a04e7daa5de1 Mon Sep 17 00:00:00 2001 From: Jakub <106778416+MarekZegare4@users.noreply.github.com> Date: Wed, 20 May 2026 09:50:36 +0200 Subject: [PATCH] chore: remove unused FS_START_Y constant from FullscreenMsgView startY is computed dynamically from header_h, making the constant redundant. Co-Authored-By: Claude Sonnet 4.6 --- examples/companion_radio/ui-new/FullscreenMsgView.h | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/companion_radio/ui-new/FullscreenMsgView.h b/examples/companion_radio/ui-new/FullscreenMsgView.h index d23aa996..bff73713 100644 --- a/examples/companion_radio/ui-new/FullscreenMsgView.h +++ b/examples/companion_radio/ui-new/FullscreenMsgView.h @@ -4,7 +4,6 @@ #include static const int FS_CHARS_MAX = 80; // max bytes per wrapped line -static const int FS_START_Y = 12; struct FullscreenMsgView { int scroll;