mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
remove unused variables
This commit is contained in:
parent
b737ee7372
commit
7e39b39c6e
2 changed files with 1 additions and 3 deletions
|
|
@ -810,6 +810,6 @@ void MessageLogWidget::connectToPlayer(Player *player)
|
|||
}
|
||||
|
||||
MessageLogWidget::MessageLogWidget(TabSupervisor *_tabSupervisor, TabGame *_game, QWidget *parent)
|
||||
: ChatView(_tabSupervisor, _game, true, parent), mulliganNumber(0), currentContext(MessageContext_None)
|
||||
: ChatView(_tabSupervisor, _game, true, parent), currentContext(MessageContext_None)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,8 +21,6 @@ private:
|
|||
MessageContext_Mulligan
|
||||
};
|
||||
|
||||
int mulliganNumber;
|
||||
Player *mulliganPlayer;
|
||||
MessageContext currentContext;
|
||||
QString messagePrefix, messageSuffix;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue