mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -07:00
Refactor: rename and consolidate getSpectator (#6067)
This commit is contained in:
parent
03bebbe4c2
commit
46d65f0b7e
4 changed files with 6 additions and 13 deletions
|
|
@ -415,11 +415,6 @@ void TabGame::adminLockChanged(bool lock)
|
|||
sayEdit->setVisible(v);
|
||||
}
|
||||
|
||||
bool TabGame::isSpectator()
|
||||
{
|
||||
return spectator;
|
||||
}
|
||||
|
||||
void TabGame::actGameInfo()
|
||||
{
|
||||
DlgCreateGame dlg(gameInfo, roomGameTypes, this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue