Update menu.cpp - remove unused variable (#982)

This commit is contained in:
Jan Stranik 2025-01-03 12:20:11 -05:00 committed by GitHub
parent f6a690a942
commit c89569f5a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -692,7 +692,6 @@ Component MenuEntry(MenuEntryOption option) {
animator_foreground_.OnAnimation(params);
}
MenuEntryOption option_;
Box box_;
bool hovered_ = false;