Skip to content

Commit

Permalink
bad merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Dec 29, 2023
1 parent b1fe681 commit 3440bf6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions VortexEngine/src/Menus/Menu.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ class Menu
void showBulbSelection();
void showExit();

// an overridable api that allows derived menus to decide which led selections
// should be available before they have actually opened
virtual bool isValidLedSelection(LedMap selection) const { return true; }

// blink the selected finger
virtual void blinkSelection(uint32_t offMs = 250, uint32_t onMs = 500);

Expand Down

0 comments on commit 3440bf6

Please sign in to comment.