Remove dead benchmark code

This commit is contained in:
jpirnay
2026-04-04 18:23:32 +02:00
parent b32804410c
commit 3151ebda56
2 changed files with 0 additions and 95 deletions
-6
View File
@@ -165,10 +165,4 @@ class GfxRenderer {
// Low level functions
uint8_t* getFrameBuffer() const;
size_t getBufferSize() const;
#ifdef ENABLE_RENDERCHAR_BENCHMARK
// Legacy per-pixel paths — used only by the renderChar benchmark to establish baselines.
void drawTextBWLegacy(int fontId, int x, int y, const char* text) const;
void drawText2BitLegacy(int fontId, int x, int y, const char* text) const;
#endif
};