Skip to content

Commit

Permalink
Edit comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Aircoookie authored Oct 10, 2021
1 parent 6cd770b commit de454e8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions wled00/overlay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ void initCronixie()
}
}

/*
* handleOverlays is essentially the equivalent of usermods.loop
*/

//handleOverlays is essentially the equivalent of usermods.loop
void handleOverlays()
{
initCronixie();
Expand Down Expand Up @@ -113,9 +112,6 @@ void _overlayAnalogCountdown()
}
}

/*
* All overlays should be moved to usermods
*/
void handleOverlayDraw() {
usermods.handleOverlayDraw();
if (!overlayCurrent) return;
Expand Down

0 comments on commit de454e8

Please sign in to comment.