From 8aef60b995ce935b11e02cf258ec5c8bb9cd5122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Tue, 9 Sep 2025 02:35:13 +0200 Subject: [PATCH] Tiny lint. Took 3 minutes --- cockatrice/src/game/game_state.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cockatrice/src/game/game_state.h b/cockatrice/src/game/game_state.h index 94d9f8273..12cf82cb1 100644 --- a/cockatrice/src/game/game_state.h +++ b/cockatrice/src/game/game_state.h @@ -25,7 +25,6 @@ public: int currentPhase, bool gameClosed); - const QMap &getSpectators() const { return spectators;