# HG changeset patch # User Adam Kaminski # Date 1632673354 14400 # Sun Sep 26 12:22:34 2021 -0400 # Node ID 975d77dfebc859e96693babe9cd46ce071695ce7 # Parent 949c88c5c08ad17c09b530ad26b28878d606b3c6 Removed an unused variable. diff -r 949c88c5c08a -r 975d77dfebc8 src/gamemode.cpp --- a/src/gamemode.cpp Sun Sep 26 11:59:51 2021 -0400 +++ b/src/gamemode.cpp Sun Sep 26 12:22:34 2021 -0400 @@ -174,7 +174,6 @@ // void GAMEMODE_ParseGamemodeInfoLump ( FScanner &sc, const GAMEMODE_e GameMode ) { - TEAMINFO team; FLAGSET_e flagset; sc.MustGetStringName("{");