diff --git a/src/openrct2/GameState.cpp b/src/openrct2/GameState.cpp index 31a7cb189f..f5fc150b15 100644 --- a/src/openrct2/GameState.cpp +++ b/src/openrct2/GameState.cpp @@ -54,12 +54,10 @@ static GameState_t _gameState{}; namespace OpenRCT2 { - GameState_t& GetGameState() { return _gameState; } - } // namespace OpenRCT2 GameState::GameState()