mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 00:12:15 -07:00
Remove unused variable in constructor.
Took 42 seconds
This commit is contained in:
parent
dbfefdee58
commit
bdcf9b998d
1 changed files with 0 additions and 2 deletions
|
|
@ -23,8 +23,6 @@ PlayerMenu::PlayerMenu(Player *_player) : player(_player)
|
|||
addPlayer(playerToAdd);
|
||||
}
|
||||
|
||||
PlayerActions *playerActions = player->getPlayerActions();
|
||||
|
||||
playerMenu = new TearOffMenu();
|
||||
|
||||
if (player->getPlayerInfo()->getLocalOrJudge()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue