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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user