figments: drop unused perfcounter class

This commit is contained in:
Torrie Fischer
2023-12-20 10:48:10 +01:00
parent 23993a09cf
commit bb0f8619cb
4 changed files with 0 additions and 19 deletions

View File

@@ -49,10 +49,7 @@ void SolidAnimation::loop() {
}
}
#include <Perfcounter.h>
void SolidAnimation::render(Display* dpy) const {
PerfCounter _("solidRender");
CRGB color(m_red.value(), m_green.value(), m_blue.value());
CRGB scaledPrev = m_prevColor;
scaledPrev = color.nscale8(30);