From 85ceb37ccd24acc5ea026583ce3a0f6a4fb26eaa Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Wed, 6 Nov 2019 15:59:36 -0600 Subject: InputCommon: Make the "input gate" not racey. --- Source/UnitTests/StubHost.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Source/UnitTests') diff --git a/Source/UnitTests/StubHost.cpp b/Source/UnitTests/StubHost.cpp index 440ecd336a..4fa45ef1c2 100644 --- a/Source/UnitTests/StubHost.cpp +++ b/Source/UnitTests/StubHost.cpp @@ -31,10 +31,6 @@ void Host_UpdateMainFrame() void Host_RequestRenderWindowSize(int, int) { } -bool Host_UINeedsControllerState() -{ - return false; -} bool Host_UIBlocksControllerState() { return false; -- cgit v1.2.3