Edit comments

This commit is contained in:
Christian Schwinne 2021-10-11 01:29:13 +02:00 committed by GitHub
parent 6cd770b4c7
commit de454e8b78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,9 +17,8 @@ void initCronixie()
} }
} }
/*
* handleOverlays is essentially the equivalent of usermods.loop //handleOverlays is essentially the equivalent of usermods.loop
*/
void handleOverlays() void handleOverlays()
{ {
initCronixie(); initCronixie();
@ -113,9 +112,6 @@ void _overlayAnalogCountdown()
} }
} }
/*
* All overlays should be moved to usermods
*/
void handleOverlayDraw() { void handleOverlayDraw() {
usermods.handleOverlayDraw(); usermods.handleOverlayDraw();
if (!overlayCurrent) return; if (!overlayCurrent) return;