Skip to content

Commit

Permalink
Update menu.cpp - remove unused variable (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstranik authored Jan 3, 2025
1 parent f6a690a commit c89569f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ftxui/component/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,6 @@ Component MenuEntry(MenuEntryOption option) {
animator_foreground_.OnAnimation(params);
}

MenuEntryOption option_;
Box box_;
bool hovered_ = false;

Expand Down

0 comments on commit c89569f

Please sign in to comment.