Skip to content

Commit

Permalink
unnecessary function
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Dec 12, 2023
1 parent c44c4ad commit 2013d0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions VortexEngine/src/Menus/MenuList/Randomizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,6 @@ PatternID Randomizer::rollSingleLedPatternID(Random &ctx)
return newPat;
}

PatternID Randomizer::rollMultiPatternID(Random &ctx)
{
return (PatternID)ctx.next8(PATTERN_MULTI_FIRST, PATTERN_MULTI_LAST);
}

Colorset Randomizer::rollColorset(Random &ctx)
{
Colorset randomSet;
Expand Down
1 change: 0 additions & 1 deletion VortexEngine/src/Menus/MenuList/Randomizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class Randomizer : public Menu
#endif
bool reRollSingles();
PatternID rollSingleLedPatternID(Random &ctx);
PatternID rollMultiPatternID(Random &ctx);

// generate a random colorset with a random context
Colorset rollColorset(Random &ctx);
Expand Down

0 comments on commit 2013d0c

Please sign in to comment.