chore: Minor cleanup flagged by newer gcc (#2140)

## Summary

Minor cleanup flagged by newer gcc:
- Removed unused variables
- Removed unimplemented function declaration
- `static` -> `inline` to avoid per-TU duplication

---

### AI Usage

Did you use AI tools to help write this code? _**NO**_
This commit is contained in:
Zach Nelson
2026-05-25 11:39:28 -05:00
committed by GitHub
parent 38210be820
commit b53ac3d52c
4 changed files with 8 additions and 15 deletions
-2
View File
@@ -12,8 +12,6 @@
namespace {
const char* resolveVisualText(const char* text, std::string& visualBuffer, int paragraphLevel);
/**
* Resolves the requested style to the best available style in the given SD card font.
* Falls back gracefully when the font lacks the requested variant.