diff --git a/cockatrice/src/game/player/menu/hand_menu.cpp b/cockatrice/src/game/player/menu/hand_menu.cpp index 78c841054..3f506de00 100644 --- a/cockatrice/src/game/player/menu/hand_menu.cpp +++ b/cockatrice/src/game/player/menu/hand_menu.cpp @@ -102,10 +102,6 @@ void HandMenu::setShortcutsInactive() aMulligan->setShortcut(QKeySequence()); } -// ------------------------- -// Dynamic menu population -// ------------------------- - void HandMenu::populateRevealHandMenuWithActivePlayers() { mRevealHand->clear(); @@ -146,10 +142,6 @@ void HandMenu::populateRevealRandomHandCardMenuWithActivePlayers() } } -// ------------------------- -// Action handlers -// ------------------------- - void HandMenu::onRevealHandTriggered() { auto *action = qobject_cast(sender());