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 <noreply@anthropic.com>
This commit is contained in:
Jakub
2026-05-22 09:34:24 +02:00
co-authored by Claude Sonnet 4.6
parent ca5eb221e7
commit 319428c7c6
@@ -4,7 +4,6 @@
#include <Arduino.h>
static const int FS_CHARS_MAX = 80; // max bytes per wrapped line
static const int FS_START_Y = 12;
struct FullscreenMsgView {
int scroll;