Remove dead benchmark code
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user