remove some over-optimizations (FASTPATH)

This commit is contained in:
Frank
2023-07-28 20:37:37 +02:00
parent 866c17f9e1
commit 553ac7bd82
2 changed files with 0 additions and 4 deletions

View File

@@ -88,9 +88,7 @@ void _overlayAnalogCountdown()
}
void handleOverlayDraw() {
#if !defined(WLEDMM_FASTPATH) // WLEDMM expensive operation, and most usermods don't draw overlays
usermods.handleOverlayDraw();
#endif
if (overlayCurrent == 1) _overlayAnalogClock();
}