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-20 09:50:36 +02:00
parent ca5eb221e7
commit 319428c7c6

View File

@@ -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;